Skip to content

Releases: microsoft/sqltoolsservice

v1.1.0-alpha.13: Multiple Connection Simple Execute (#421)

28 Jul 20:53
Compare
Choose a tag to compare
* change simple execute to open a new connection and close it every query

* updated tests for simple execute

* removed an unnecessary connect

* refactored code to be more readable

* global try catch on simple execute

* added multiple execution test

* update execution to be asynchrous; update tests to account for asynchrounous nature

v1.1.0-alpha.12: Adding more features to restore operation (#420)

24 Jul 16:59
Compare
Choose a tag to compare
* Adding more features to restore operations and added tests

v1.1.0-alpha.11

19 Jul 20:47
Compare
Choose a tag to compare
v1.1.0-alpha.11 Pre-release
Pre-release
Update SMO to pickup latest fixes (#419)

v1.1.0-alpha.10

19 Jul 16:51
Compare
Choose a tag to compare
v1.1.0-alpha.10 Pre-release
Pre-release
change property display name to be title case (#418)

v1.1.0 GA Release Build

17 Jul 19:39
Compare
Choose a tag to compare

mssql for VS Code 1.1 GA SQL Tools Service build.

v1.1.0-alpha.9: Fix/restore connection issue (#416)

18 Jul 17:55
Compare
Choose a tag to compare
* fixed the connection issue used for restore

* fixed a test

v1.1.0-alpha.8: fixed the bugs related to relocating db files for restore (#414)

17 Jul 19:17
Compare
Choose a tag to compare
* fixed the bugs related to relocating db files for restore

v1.1.0-alpha.7: Allow empty query string text (#415)

16 Jul 10:16
Compare
Choose a tag to compare
* Allow empty query string text

* Remove test that is no longer valid

* Remove test that is no longer valid

v1.1.0-alpha.6: Enable changing database when connected with a connection string (#413)

14 Jul 20:53
Compare
Choose a tag to compare
This commit builds connection options using the connection string as a base, but allow other options to be overridden, which is how we change database. This commit also makes sure to copy the connection string when copying a connection, since that didn't happen before

v1.1.0-alpha.5: Test build

14 Jul 03:39
Compare
Choose a tag to compare
Pre-release
Execute SQL statement at cursor location (#412)

* Stage changes to other machine

* Parse sql statement from script document

* Fix a few typos and minor changes

* Fix bug