Skip to content

Releases: mtxr/vscode-sqltools

v0.21.4 - (December 12, 2019)

13 Dec 03:40
Compare
Choose a tag to compare
  • 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)

06 Nov 06:19
Compare
Choose a tag to compare
  • 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

    • SQLite: Relative paths now based on VSCode variable ${workspaceFolder}. #430
    • Fixes query not holding execution til complete attaching to connection. #405

v0.21.1 - (October 25, 2019)

29 Oct 20:47
Compare
Choose a tag to compare
  • Enhancements

    • Improve Cassandra visualization. Issue #420
    • SQLite paths for remote development. Issue #421
    • Support for Azure Active Directory login. Issue #421
  • Fixes

    • SQLite asking for passwords. Issue #396

v0.21.0 - (September 19, 2019)

19 Sep 14:50
Compare
Choose a tag to compare
  • 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

    • Displaying rowversion for SQL Server as HEX. Issue #344
    • Revamp some Connection Explorer code to make it faster. This is the first step of #322

v0.20.3

16 Sep 15:37
b9018ba
Compare
Choose a tag to compare
Fixes #358