Releases: mtxr/vscode-sqltools
Releases · mtxr/vscode-sqltools
v0.21.4 - (December 12, 2019)
- Enhancements
- MySQL: removed getAffectedRowsCount call for mysql/xdevapi. Thanks to @frankyjuang.
- SAPHana: hana-client uses latest version. Thanks to @ariel-bentu.
v0.21.2 - (November 06, 2019)
-
Enhancements
- MSSQL: Supporting MSSQL 2000 (v8.x). Thanks to @glha. #440
- PostgreSQL: Show full error including "at character". #437
- PostgreSQL: Add support for raising notices. #417
- Add an option
sqltools.dependencyManager['autoAccept']
for preventing install dependency notifications. Read the docs. #434 - Allow to select multiple table columns from connections tree and copy them into text editor. #406
- Displaying query messages for DML queries. #404
-
Fixes
v0.21.1 - (October 25, 2019)
v0.21.0 - (September 19, 2019)
-
New 🎉
- New Icons! Using outline icons design to match VSCode icons.
- New connection assistant! PR #368
- Added possibility to test connections before saving. Issue #184
- Add new drivers tool! PR #387
- Now it will be easier to add new drivers. Check out the docs.
- Added Cassandra driver! Special thanks to @EpicEric. PR #379
-
Enhancements