Skip to content

Releases: microsoft/vscode-mssql

v0.2.0-alpha.17

13 Jan 09:51
Compare
Choose a tag to compare
v0.2.0-alpha.17 Pre-release
Pre-release
Fix statistics keyword highlighting (#610)

v0.2.0-alpha.16: Removing DataSet/BatchSet Promise (#592)

11 Jan 09:52
Compare
Choose a tag to compare
Removing dead code that is no longer being used now that we have the websocket implementation. As far as I can tell, these web server handlers are no longer being called from the preview pane and since they were the only things that hinged on the dataset/batchset promise, we should be able to safely remove these.

v0.2.0-alpha.15: Maintain focus in text editor after executing query (#585)

07 Jan 09:51
Compare
Choose a tag to compare
* Reset focus to the text editor after execute query

* Fix typo

v0.2.0-alpha.14: Merge pull request #580 from Microsoft/bug/OFFKeywordFormatting

06 Jan 09:51
Compare
Choose a tag to compare
fixed OFF keyword not getting highlighted

v0.2.0-alpha.13: added new command to create new SQL query document (#569)

05 Jan 09:51
Compare
Choose a tag to compare
* added new command to create new SQL query document

v0.2.0-alpha.12: SlickGrid plugin tests (#526)

04 Jan 09:51
Compare
Choose a tag to compare
* added basic selection tests

* added coverage based on config; added coverage for js plugins

* updated which coverage file was being used

* added check for config file

* fix karma errors

v0.2.0-alpha.11: Tests for file operations in main controller (#561)

23 Dec 09:51
Compare
Choose a tag to compare
* added tests for other two file event handler functions

* added all test cases for file operations in the mainController

v0.2.0-alpha.10: Fixing download progress status (#557)

20 Dec 09:51
Compare
Choose a tag to compare
* refactoring the download code to make it more testable

* adding more test for download provider

v0.2.0-alpha.9: Add additional keywords to colorization list (#550)

19 Dec 09:52
Compare
Choose a tag to compare
* Add USE, RESTORE, and TO to the colorization list

* Add FILE to colorization list

* Add FUNCTION and RETURN to the colorization list.

v0.2.0-alpha.8: Fix persisting connection even when file is renamed (#540)

17 Dec 09:52
Compare
Choose a tag to compare
* added new onDidRename function for connection reuse

* detection for renamed file logic started

* simplifying logic for passing connection between a renamed file

* adding a timer check for verifying a file was actually renamed

* adding a constant for the threshold of time for a rename to occur

* reworked previous logic to fit all cases

* updating comments to match function

* adding comments to untitled and rename logic

* test framework setup

* setting up functions to be accessible for testing

* tests to cover onDidCloseTestDoc

* merged into one function called transferFileConnection