This repository has been archived by the owner on Mar 12, 2020. It is now read-only.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Improvements
sqlcmd
CLIexpand_to_paragraph
, introduce new option calledexpand_to
, which can be configured to expand empty selection to:line
,paragraph
orfile
encoding
option supplied in connection settings when writing to standard input and reading from standard output of CLI commandoptions
apply to CLI invocationsbefore
andafter
applied (top level and per-query)execute
named query section which is used when executing statements withST: Execute
and friendsstr.format()
, therefore all instances of%s
in template strings got replaced with{0}
, with back-patch support (i.e.%s
should still work for those users who have it on their own user config)Vertica
andFirebird
host
,port
,username
are now optional (can be set via environment vars and other means)default-character-set
--no-auto-rehash
and--compress
to improve MySQL startup time and improve latency on slow networkshost
,port
,username
are now optional (can be set via--defaults-extra-file
and--login-path
)MYSQL_PWD
to avoid security warningNSL_LANG
to match the server encodingFixes
unescape_quotes
from config