Skip to content

Releases: microsoft/vscode-mssql

v0.2.0-alpha.19

18 Jan 09:52
Compare
Choose a tag to compare
v0.2.0-alpha.19 Pre-release
Pre-release
fixed coverage; fixed chrome not launching; fixed jenkins test task (…

v0.2.0-alpha.18: Fix/html encode display values (#604)

14 Jan 09:51
Compare
Choose a tag to compare
Adding a fairly robust utility function to encode results from databases with HTML entities -- since JS doesn't have a built in one. This fixes issues where displaying result sets with HTML would fail. It also fixes an undiscovered issue where tooltips for cells would be cut off if they contained a `'` or `"`. Since the change is in the presentation layer, copy/paste and save as functionality still works as expected.

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