Releases: microsoft/vscode-mssql
Releases · microsoft/vscode-mssql
v0.2.0-alpha.19
fixed coverage; fixed chrome not launching; fixed jenkins test task (…
v0.2.0-alpha.18: Fix/html encode display values (#604)
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
Fix statistics keyword highlighting (#610)
v0.2.0-alpha.16: Removing DataSet/BatchSet Promise (#592)
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)
* Reset focus to the text editor after execute query * Fix typo
v0.2.0-alpha.14: Merge pull request #580 from Microsoft/bug/OFFKeywordFormatting
Pre-release
fixed OFF keyword not getting highlighted
v0.2.0-alpha.13: added new command to create new SQL query document (#569)
* added new command to create new SQL query document
v0.2.0-alpha.12: SlickGrid plugin tests (#526)
* 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)
* 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)
* refactoring the download code to make it more testable * adding more test for download provider