Skip to content

v0.21.2 - (November 06, 2019)

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