Skip to content

Releases: microsoft/sqltoolsservice

5.0.20241003.1

03 Oct 15:37
2954f79
Compare
Choose a tag to compare

Changes:

This list of changes was auto generated.

5.0.20240918.1

18 Sep 19:28
a6b054f
Compare
Choose a tag to compare

Changes:

  • a6b054f Handle cross database view definition (#2388)
  • 5ab0bf2 LEGO: Merge pull request 2393
  • ed5dc0a LEGO: Merge pull request 2392

This list of changes was auto generated.

5.0.20240912.2

13 Sep 01:42
86010c2
Compare
Choose a tag to compare

Changes:

This list of changes was auto generated.

5.0.20240823.2

24 Aug 02:08
18ffbe6
Compare
Choose a tag to compare

Changes:

  • 18ffbe6 Fixing up missing info in the capabilities call (#2386)

This list of changes was auto generated.

5.0.20240807.3: Fix SimpleObjectExplorer bugs (#2382)

07 Aug 23:06
a6cdd85
Compare
Choose a tag to compare

Changes:

This list of changes was auto generated.

5.0.20240724.1

24 Jul 21:58
bc07e65
Compare
Choose a tag to compare
Fix handling of NOEXEC option (#2380)

* Fix handling of NOEXEC option

* Fix batch for NOEXEC OFF statement

5.0.20240722.1: Fix handling of NOEXEC option (#2380)

22 Jul 21:12
bc07e65
Compare
Choose a tag to compare
* Fix handling of NOEXEC option

* Fix batch for NOEXEC OFF statement

5.0.20240719.1: Fix handling of NOEXEC option (#2380)

19 Jul 20:36
bc07e65
Compare
Choose a tag to compare
* Fix handling of NOEXEC option

* Fix batch for NOEXEC OFF statement

5.0.20240718.1: Fix handling of NOEXEC option (#2380)

18 Jul 15:43
bc07e65
Compare
Choose a tag to compare

Changes:

This list of changes was auto generated.

5.0.20240717.4: Apply query execution options once per connection session (#2379)

18 Jul 02:39
2259db5
Compare
Choose a tag to compare
* Temp changes

* Test WIP

* Hook up session level query execution options

* Sort using statements

* Add nullref check for sqlconnection

* Add a test case that to confirm options persist across queries on same connection

* Handle document rename scenario

* Add a test for the SQL document rename scenario