Skip to content

Releases: dbcli/mssql-cli

1.0

01 May 02:07
30aae92
Compare
Choose a tag to compare

With version 1.0, mssql-cli is now GA for Linux and macOS.

0.18.1

08 Mar 03:41
62aeeb4
Compare
Choose a tag to compare
0.18.1 Pre-release
Pre-release

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

14 Jan 19:47
2ba4167
Compare
Choose a tag to compare
0.18.0 Pre-release
Pre-release

Multiline queries have been changed to execute on 'GO', rather than with semicolons.

0.17.3

13 Dec 19:04
f627efa
Compare
Choose a tag to compare
0.17.3 Pre-release
Pre-release

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

06 Jul 18:22
Compare
Choose a tag to compare
0.15.0 Pre-release
Pre-release
  • 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

02 Jul 18:34
ac7265d
Compare
Choose a tag to compare
0.14.0 Pre-release
Pre-release
  • 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

08 May 22:16
Compare
Choose a tag to compare
0.13.0 Pre-release
Pre-release
  • 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

16 Feb 19:58
0c1063d
Compare
Choose a tag to compare
0.10.0 Pre-release
Pre-release
  • 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

16 Feb 19:58
Compare
Choose a tag to compare
0.9.0 Pre-release
Pre-release
  • 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