This repository has been archived by the owner. It is now read-only.
Release v0.9.8 #176
Merged
Release v0.9.8 #176
Conversation
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Improvements
sqlcmdCLIexpand_to_paragraph, introduce new option calledexpand_to, which can be configured to expand empty selection to:line,paragraphorfileencodingoption supplied in connection settings when writing to standard input and reading from standard output of CLI commandoptionsapply to CLI invocationsbeforeandafterapplied (top level and per-query)executenamed query section which is used when executing statements withST: Executeand friendsstr.format(), therefore all instances of%sin template strings got replaced with{0}, with back-patch support (i.e.%sshould still work for those users who have it on their own user config)VerticaandFirebirdhost,port,usernameare now optional (can be set via environment vars and other means)default-character-set--no-auto-rehashand--compressto improve MySQL startup time and improve latency on slow networkshost,port,usernameare now optional (can be set via--defaults-extra-fileand--login-path)MYSQL_PWDto avoid security warningNSL_LANGto match the server encodingFixes
unescape_quotesfrom config