dbcli / mssql-cli

A command-line client for SQL Server with auto-completion and syntax highlighting
BSD 3-Clause "New" or "Revised" License
1.35k stars 191 forks source link

Upgraded the SqlToolsService in mssql-cli to the latest version #264

Closed geleems closed 5 years ago

geleems commented 5 years ago

I upgraded the SqlToolsService in mssql-cli to the latest version: https://github.com/microsoft/sqltoolsservice/releases/tag/v2.0.0-release.1

For some reason, they named the linux bits as: Microsoft.SqlTools.ServiceLayer-rhel-x64-netcoreapp2.2.tar.gz. Previsouly, it was: Microsoft.SqlTools.ServiceLayer-linux-x64-netcoreapp2.1.tar.gz

All unit tests and manual tests are successful on Windows x64 and Mac OS currently. Testing on Linux will be done soon.

pensivebrian commented 5 years ago

To be clear, when you say unit tests are passing, are you running python build.py integration_test? This uses tox to run on 3.X and 2.7.