Skip to content

Releases: mtxr/vscode-sqltools

MySQL driver v0.6.3 - (May 31, 2024)

31 May 08:55
4207746
Compare
Choose a tag to compare

Update mysql2 package

v0.28.3 - (Apr 16, 2024)

16 Apr 20:25
3284305
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.28.2...v0.28.3

v0.28.2 - (Apr 12, 2024)

12 Apr 09:47
f3e8795
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.28.1...v0.28.2

v0.28.1 - (Nov 13, 2023)

13 Nov 17:53
80a5c17
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.28.0...v0.28.1

v0.28.0 - (Jun 22, 2023)

22 Jun 20:00
9935305
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.27.1...v0.28.0

v0.27.1 - (Jan 6, 2023)

06 Jan 15:36
a7ec73d
Compare
Choose a tag to compare

What's Changed

  • Fix unnecessary password prompt on MySQL connections that use connection strings by @dyegoaurelio in #1086
  • Leverage 0.27 keystore password storage in PostgreSQL driver by @dyegoaurelio in #1084
  • Prevent UI creating connection definitions with duplicate IDs by @gjsjohnmurray in #1089
  • Don't store redundant properties on connections that use connectString by @gjsjohnmurray in #1088

New Contributors

Full Changelog: v0.27.0...v0.27.1

v0.27.0 - (Jan 4, 2023)

04 Jan 15:15
0146836
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.26.0...v0.27.0

v0.26.0 - (Nov 10, 2022)

11 Nov 15:01
3e7bbb1
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.25.1...v0.26.0

v0.25.1

08 Oct 16:45
1d5235f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.24.0...v0.25.1

v0.24.0 - (Aug 10, 2022)

12 Aug 16:20
6eaa1c2
Compare
Choose a tag to compare
  • Extension

    • Add new Community Drivers to README.
    • UI updates. #777.
    • Use gethue as sql parser for autocomplete context. #755 - thanks to @smaspe.
    • Truncate query text not to explode result tab. #774 - thanks to @bruwozniak.
    • Update dependent packages.
    • Upgrade to NodeJS v14.
  • Formatter: 1.2.4

  • Driver: MSSQL 0.3.0

    • No changes.
  • Driver: MySQL 0.3.0

  • Driver: PostgreSQL 0.3.0

  • Driver: SQLite 0.3.0

    • Fix dependency installation problem. #757.