Skip to content

Tags: wellington1993/vscode-mssql

Tags

v1.1.0-alpha.2

Execute SQL statement at cursor location (microsoft#934)

* Execute current statement at cursor location

* Refactor to add explicti runStatement methods

* Fix a couple bugs

* Bump SQL Tools Service to latest build

* Add null check to fix test breaks

* Fix another test break

v1.1.0-alpha.1

Add ability to use Windows authentication when connecting to SQL Serv…

…er from Mac/Linux (microsoft#921)

* Remove block on integrate auth in Linux and Mac

* Support integrated authentication with help if it fails
- Allowed Integrated authentication on Mac and Linux
- Added error handling that links to a help page
- Wrote the help page

* updated integrated auth test since this is now supported

v1.0.0-alpha.10

Added the sqlListColumns snippet (microsoft#888)

* Added the sqlListColumns snippet

This snippet lists all the columns and their types of all tables whose name contain the supplied string.

* Corrected case of select statement.

Based on @erickangMSFT kind feedback.

v1.0.0-alpha.9

change slickgrid plugins to ts (microsoft#872)

v1.0.0-alpha.8

Revert "changes slickgrid plugins to typescript files"

This reverts commit 6ed2316.

v1.0.0-alpha.7

Stop using localized constants in debug logged strings (microsoft#869)

* Stop using localized constants in debug logged strings
- Fixes microsoft#867
- There is no benefit in using localized constants when logging to the debug console. It's not user visible, it is only useful when debugging the extension during development

* Fix build break and update xlf file
- Fixed build break due to uglify-js changing multiple behaviors in its v3 Harmony release. Binding to v2 instead
- Missed updating the xlf file that generates the localizedConstants.ts file.

v1.0.0-alpha.6

Removing falsey check when removing newlines from cell values (micros…

…oft#865)

v1.0.0-alpha.5

Support connecting with connection strings (microsoft#861)

- If a profile contains a connection string, it will be directly used to connect
- Users can add profiles with connection strings by giving the string at the server prompt
- Connecting with a connection string overrides any other parameters that are set

v1.0.0-alpha.4

Merge master

v1.0.0

Bump tools service version to 1.0 candidate on download center