Releases: mtxr/vscode-sqltools
Releases · mtxr/vscode-sqltools
MySQL driver v0.6.3 - (May 31, 2024)
Update mysql2 package
v0.28.3 - (Apr 16, 2024)
v0.28.2 - (Apr 12, 2024)
What's Changed
- Improve connection quickpick and status bar item by @gjsjohnmurray in #1258
- Add CSV export format options by @flowrean in #1309
- Wrap query error strings by @gjsjohnmurray in #1311
- MySql Driver Configuration Bug Fix (EnableSsl) by @Fludem in #1271
- [Fix][#72][#799][#1264]Not able to connect to AWS RDS postgresql by @jqknono in #1265
- Bump follow-redirects from 1.13.1 to 1.15.4 by @dependabot in #1273
- Bump ip from 2.0.0 to 2.0.1 in /build-tools by @dependabot in #1287
- Bump sanitize-html from 2.7.1 to 2.12.1 by @dependabot in #1294
- Bump follow-redirects from 1.15.4 to 1.15.6 by @dependabot in #1298
- Bump es5-ext from 0.10.53 to 0.10.63 in /build-tools by @dependabot in #1289
- Add note to settings that require a restart after change by @gjsjohnmurray in #1303
- Bump tar from 6.1.11 to 6.2.1 in /build-tools by @dependabot in #1310
- Remove 'Edit this page' from docs by @gjsjohnmurray in #1280
- Fixed broken links to documentation for driver-specific options by @nikelborm in #1257
- Add SQLite Pro Tools to Community Drivers list in docs (#1252) by @RandomFractals in #1253
- Add Google Cloud SQL (PostgreSQL) driver to list by @chokoswitch in #1262
- feat: add Hive driver information by @samuelhsin in #1290
- Add Hologres and MaxCompute drivers information by @samuelhsin in #1296
New Contributors
- @nikelborm made their first contribution in #1257
- @jqknono made their first contribution in #1265
- @chokoswitch made their first contribution in #1262
- @samuelhsin made their first contribution in #1290
- @flowrean made their first contribution in #1309
- @Fludem made their first contribution in #1271
Full Changelog: v0.28.1...v0.28.2
v0.28.1 - (Nov 13, 2023)
What's Changed
- [Fix] - Add missing option for
none
results location by @bombillazo in #1173 - Added option to store password with SQLTools Driver Credentials to MS… by @raulcesar in #1175
- Fetch
schemas
in mssql and pgsql in alphabetical order by @bombillazo in #1177 - Bump semver from 6.3.0 to 6.3.1 in /docs by @dependabot in #1183
- Bump semver from 5.7.1 to 5.7.2 in /build-tools by @dependabot in #1182
- Bump word-wrap from 1.2.3 to 1.2.4 by @dependabot in #1189
- Bump @babel/traverse from 7.19.0 to 7.23.2 in /docs by @dependabot in #1227
- Bump @babel/traverse from 7.11.0 to 7.23.2 by @dependabot in #1225
- Bump postcss from 8.4.16 to 8.4.31 in /docs by @dependabot in #1222
- Bump postcss from 8.4.14 to 8.4.31 by @dependabot in #1221
- Bump @babel/traverse from 7.10.1 to 7.23.2 in /build-tools by @dependabot in #1224
- Bump zod from 3.19.0 to 3.22.4 in /docs by @dependabot in #1228
//
(Floor Division) on CockroachDB query formatting fixed by @DrBu7cher in #1235- Add "Getting Started" to home by @richb-hanover in #1232
- docs: Update README.md to make "Getting Started" match home.mdx by @richb-hanover in #1240
New Contributors
- @raulcesar made their first contribution in #1175
- @sitingren made their first contribution in #1231
- @DrBu7cher made their first contribution in #1235
- @richb-hanover made their first contribution in #1232
Full Changelog: v0.28.0...v0.28.1
v0.28.0 - (Jun 22, 2023)
What's Changed
- Implement drag and drop objects by @ScriptPup in #1141
- Add 'none' option to location to skip showing query result by @bombillazo in #1161
- Extend MySQL driver to support TiDB and ssl options by @Icemap in #1113
- MySQL - handle multi-statement queries correctly - #1140
- Add information about Oracle driver by @hashhashu in #1094
- Add information about DuckDB driver by @RandomFractals in #1097
- Add information about SingleStore driver by @AdalbertMemSQL in #1115
- Add information about Google BigQuery Driver by @archiewood in #1165
- Eliminate log warning about use of deprecated
new Buffer()
- #1134
New Contributors
- @hashhashu made their first contribution in #1094
- @RandomFractals made their first contribution in #1097
- @AdalbertMemSQL made their first contribution in #1115
- @archiewood made their first contribution in #1165
- @Icemap made their first contribution in #1113
- @bombillazo made their first contribution in #1161
Full Changelog: v0.27.1...v0.28.0
v0.27.1 - (Jan 6, 2023)
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
- @dyegoaurelio made their first contribution in #1086
Full Changelog: v0.27.0...v0.27.1
v0.27.0 - (Jan 4, 2023)
What's Changed
- Runtime-detection warning gave wrong setting name (#1037) by @gjsjohnmurray in #1039
- Wait longer before showing 'detect node runtime' modal warning (#1034) by @gjsjohnmurray in #1035
- Let drivers implement a
resolveConnection
function by @gjsjohnmurray in #1058 - Make node runtime detection work with more default terminal profiles by @gjsjohnmurray in #1059
- Add
disableNodeDetectNotifications
setting by @gjsjohnmurray in #1060 - Add a connection count badge by @gjsjohnmurray in #1061
- List new community Databricks driver by @fjakobs in #1062
- Add support for Interpolated Variables from Connections Config by @lucasvieirasilva in #1064
- Implement sqltools-driver-credentials authentication provider and leverage it from MySQL driver by @gjsjohnmurray in #1066
- Fix errors when re-using tabs with different cols by @GeorchW in #1074
New Contributors
- @fjakobs made their first contribution in #1062
- @lucasvieirasilva made their first contribution in #1064
- @GeorchW made their first contribution in #1074
Full Changelog: v0.26.0...v0.27.0
v0.26.0 - (Nov 10, 2022)
What's Changed
- Docs v2 by @mtxr in #979
- Bump minimist from 1.2.5 to 1.2.6 in /build-tools by @dependabot in #982
- Bump ajv from 6.12.2 to 6.12.6 in /build-tools by @dependabot in #981
- Bump color-string from 1.5.3 to 1.9.1 in /build-tools by @dependabot in #980
- Bump minimist from 1.2.5 to 1.2.6 by @dependabot in #985
- Recognize special assignment operator in function calls by @wiebe in #995
- fix: fixes slow formatting of queries with large no. of lines by @sivaramasubramanian in #978
- No longer promote pg driver as an official Redshift one by @gjsjohnmurray in #991
- Rename workspace files by @gjsjohnmurray in #998
- Fix
"linesBetweenQueries": "preserve"
formatting (#914) by @gjsjohnmurray in #996 - Recognize "NULL-safe equal" operator by @yvann in #1013
- Update SQLite driver doc page by @gjsjohnmurray in #1017
- Fix table and column searching by MySQL driver by @gjsjohnmurray in #1015
- Update README and docs by @gjsjohnmurray in #1020
- Fix doc homepage header image break caused by #1020 by @gjsjohnmurray in #1021
- Tweak doc banner by @gjsjohnmurray in #1025
- Handle Windows PowerShell when detecting or building (#999) by @gjsjohnmurray in #1000
- Revert "Handle Windows PowerShell when detecting or building (#999) (#1000) by @gjsjohnmurray in #1026
- Redo handle Windows PowerShell when detecting or building (#999) by @gjsjohnmurray in #1027
- Prepare v0.26.0 release by @gjsjohnmurray in #1033
New Contributors
Full Changelog: v0.25.1...v0.26.0
v0.25.1
What's Changed
- Update @sqltools/types package by @gjsjohnmurray in #939
- Add trino driver to the list of community drivers by @regadas in #945
- Re enable codecov for formatter and fix releases workflow command by @mtxr in #946
- disable codecov outside of main repo by @mtxr in #948
- Give access to MySQL meta databases such as
information_schema
and list target database first by @gjsjohnmurray in #938 - Fix destructure property 'name' of 'undefined' error (#723) by @gjsjohnmurray in #950
- Fix save query by @sdissegna-maystreet in #880
- bugfix: different regex for # line comment followed by > by @Jordanh1996 in #791
- feat: added copy to clipboard option on export / save by @Jordanh1996 in #793
- add new mysql 8 keywords by @mojoaxel in #841
- Report MySQL connection test failure (#912) by @gjsjohnmurray in #951
- Sqlite3 v5 by @gjsjohnmurray in #953
- avoid infinity loop if auto install fails for drivers by @mtxr in #955
- Allow setting of result tab labels via
-- @label ...
comments by @gjsjohnmurray in #954 - Enhance node path detection. Make node runtime default if available by @mtxr in #957
- Fix theming of Save Connection button (fixes #798) by @gjsjohnmurray in #965
- Suppress default cut/copy/paste menu on results tables (fixes #838) by @gjsjohnmurray in #964
- Make automatic Node detection work on Windows, and only do it if required by @gjsjohnmurray in #960
- Handle SQLite driver's
${workspaceFolder:rootFolderName}/...
database path format correctly on Windows (#703) by @gjsjohnmurray in #961 - Install dependencies and report errors during connection test (#903) by @gjsjohnmurray in #963
- Make connection definition pages more accessible (#820) by @gjsjohnmurray in #966
- Add
sqltools.disableChordKeybindings
setting to disable Ctrl/Cmd+E chords (#845) by @gjsjohnmurray in #958 - Fix some flakiness caused by PR #957 by @gjsjohnmurray in #967
- Add
sqltools.results.reuseTabs
setting (#632) by @gjsjohnmurray in #968 - Prepare 0.25 release by @gjsjohnmurray in #969
- Upgrade typescript and cut some weight from the packed extension by @mtxr in #970
- v0.25.1 - Default
sqltools.useNodeRuntime
tofalse
(#972) by @gjsjohnmurray in #973
New Contributors
- @regadas made their first contribution in #945
- @sdissegna-maystreet made their first contribution in #880
- @Jordanh1996 made their first contribution in #791
- @mojoaxel made their first contribution in #841
Full Changelog: v0.24.0...v0.25.1
v0.24.0 - (Aug 10, 2022)
-
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
- Support PostgreSQL c-style escape strings in formatter. #935 - thanks to @sivaramasubramanian.
- Support PostgreSQL @@ operator in formatter. #936 - thanks to @remlse.
-
Driver: MSSQL 0.3.0
- No changes.
-
Driver: MySQL 0.3.0
- Sort databases alphabetically. #706 - thanks @mattschlosser.
-
Driver: PostgreSQL 0.3.0
- Add Cockroach as an alias. Thanks @ultram4rine.
-
Driver: SQLite 0.3.0
- Fix dependency installation problem. #757.