Skip to content

Releases: microsoft/sqltoolsservice

v1.1.0-alpha.15

05 Aug 10:14
Compare
Choose a tag to compare
v1.1.0-alpha.15 Pre-release
Pre-release
Changed how the test awaits on executed queries to make it more relia…

v1.1.0-alpha.14: filtering backup sets (#425)

04 Aug 17:37
Compare
Choose a tag to compare
* filtering backup sets

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