Releases: dbcli/mssql-cli
Releases · dbcli/mssql-cli
1.0
With version 1.0, mssql-cli is now GA for Linux and macOS.
0.18.1
What’s new
- Use horizontal paging if Less pager is installed on machine.
- Added ‘less’ requirement to .rpm and .deb builds.
- Add official support for Python 3.8.
Bug fixes
- Fixed issue that caused some queries with semicolons to crash.
0.18.0
Multiline queries have been changed to execute on 'GO', rather than with semicolons.
0.17.3
Updating our GitHub release for the first time in a while. Changes since the last release include:
- Support for non-interactive querying
- Adding a source distribution option for our pip installer
- Improved support with foreign languages
- Improved overall reliability
0.15.0
- Allow integrated auth to be used on Mac and Linux #214
- Use user's default database when not specified #215
- Update smart completion queries when targeting a case sensitive database #216
0.14.0
- Fixed attribute error when retrieving foreign keys in smart completion #200
- Added missing libicu60 dependency for Ubuntu 18 #205
- Refreshed sqltoolsservice v1.4.0-alpha.47 #213
0.13.0
- Added Linux packaging support (.deb and .rpm).
- File history no longer stores any secrets or passwords.
- Fixed formatting of default prompt and version prompt.
- Added user ID 24 hour rotation for telemetry.
- Fixed #198
0.10.0
- Added configurable prompt format via CLI option and config file #137
- Fix for malformed query leading to CLI hanging #140
- Added trouble shooting steps for unknown glyphs on Windows prompts #153
- Added support for special commands #155
- Fix for completion refresher query results leaking to prompt #161
- Added support to toggle Smart completion via F2 #162
- Removing redundant method in connection service. #169
0.9.0
- Added DAC connection support #93
- Added support for full SQL Server connection properties #118
- Added multiple result set support for query execution #129
- Fixed TRANSFER keyword not showing on smart completion #114