Skip to content

Releases: microsoft/sqltoolsservice

v1.1.0-alpha.33: Create remote file browser service (#448)

09 Sep 10:18
Compare
Choose a tag to compare
* code refactoring

* Add filebrowser service and tests

* change dataset reference

* Address pr comments

* add more tests

* address pr comments

* address pr comments and added more tests

* minor change

* minor fix

* Fix test break and add dataset result check

v1.1.0-alpha.32: Feature/serialization exe (#442)

06 Sep 10:18
Compare
Choose a tag to compare
* Initial changes to have serialization generate its own .exe

* Removed additional project from sln file

* remove all references to removed temporary project

* Moved shared contracts into own dll and fixed imports. Addressed PR comments

* Undid having a separate contracts project since that'll be a task for later on. Moved dbcellvalue and saveresultsrequest to Hosting, where they will be imported and shared by the service layer and serialization projects

* Switched backslashes in project reference in csproj file to forward slashes for consistency

* Moved necessary contracts back to service layer. Refactored CommandOptions to reduce code duplication. Addressed miscellaneous PR suggestions

* Accidentally left these files out of previous commit

* Initialized loggers for serialization and credentials with the logging directory provided by the cmd line arg, if there is one

* Changed default log directory paths for serialization and credentials. Removed unnecessary cast and added a copyright

* Changed name of generated executable for serialization service

* removed unnecessary object cast

* removing unnecessary imports and addressing other PR comments

v1.1.0-alpha.31

01 Sep 19:37
Compare
Choose a tag to compare
v1.1.0-alpha.31 Pre-release
Pre-release
creating one package which includes sqltoolsservice and credential se…

v1.1.0-alpha.30

01 Sep 04:45
Compare
Choose a tag to compare
v1.1.0-alpha.30 Pre-release
Pre-release
Close connection after backup execution (#449)

v1.1.0-alpha.29

31 Aug 10:18
Compare
Choose a tag to compare
v1.1.0-alpha.29 Pre-release
Pre-release
Fixing IsMemoryOptimized not supported issue (#447)

v1.1.0-alpha.28

29 Aug 10:18
Compare
Choose a tag to compare
v1.1.0-alpha.28 Pre-release
Pre-release
Skip formatting if the language flavor shows this is not an MSSQL doc…

v1.1.0-alpha.27

26 Aug 10:18
Compare
Choose a tag to compare
v1.1.0-alpha.27 Pre-release
Pre-release
keeping the target db to what ever client is sending (#443)

v1.1.0-alpha.26

22 Aug 22:34
Compare
Choose a tag to compare
v1.1.0-alpha.26 Pre-release
Pre-release
added a binding queue for oe to force one operation on a node at a ti…

v1.1.0-alpha.25: integrate backup operation with new scriptable task (#440)

21 Aug 22:20
Compare
Choose a tag to compare
* integrate backup operation with new scriptable task

v1.1.0-alpha.24: generic way to support scriptable operations (#438)

19 Aug 10:14
Compare
Choose a tag to compare
* implemented a generic way to support scriptable operations