Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
sqltools-driver-sqlite-0.5.2.vsix | 2025-02-17 | 102.2 kB | |
sqltools-driver-pg-0.5.5.vsix | 2025-02-17 | 189.6 kB | |
sqltools-driver-mysql-0.6.4.vsix | 2025-02-17 | 708.7 kB | |
sqltools-driver-mssql-0.4.4.vsix | 2025-02-17 | 667.9 kB | |
sqltools-0.28.4.vsix | 2025-02-17 | 779.0 kB | |
README.md | 2025-02-17 | 2.8 kB | |
v0.28.4 - (Feb 17, 2025) source code.tar.gz | 2025-02-17 | 3.1 MB | |
v0.28.4 - (Feb 17, 2025) source code.zip | 2025-02-17 | 3.4 MB | |
Totals: 8 Items | 9.0 MB | 3 |
What's Changed
- Fix broken doc link on "Read More" button on SQLite driver dependency installation message by @gjsjohnmurray in https://github.com/mtxr/vscode-sqltools/pull/1331
- allow sessionFilesFolder to be relative to the workspace folder if the path provided in the config is not absolute by @Namyts in https://github.com/mtxr/vscode-sqltools/pull/1336
- Delay showing SQL CONSOLE tab in Panel until first query is run by @gjsjohnmurray in https://github.com/mtxr/vscode-sqltools/pull/1328
- Add
sqltools.results.showConsoleOnError
setting by @gjsjohnmurray in https://github.com/mtxr/vscode-sqltools/pull/1366 - Declare
authentication
contribution by @gjsjohnmurray in https://github.com/mtxr/vscode-sqltools/pull/1398 - Multiple MSSQL driver improvements by @fzhem in https://github.com/mtxr/vscode-sqltools/pull/1396
- mssql QoL changes and a major bug fix by @fzhem in https://github.com/mtxr/vscode-sqltools/pull/1399
- Upgrade to Node v20 by @gjsjohnmurray in https://github.com/mtxr/vscode-sqltools/pull/1419
-
Use sqlite3@5.1.7 by @gjsjohnmurray in https://github.com/mtxr/vscode-sqltools/pull/1439
-
Bump mysql2 from 3.1.2 to 3.9.7 by @dependabot in https://github.com/mtxr/vscode-sqltools/pull/1326
- Bump mysql2 from 3.9.7 to 3.9.8 by @dependabot in https://github.com/mtxr/vscode-sqltools/pull/1339
- Bump braces from 3.0.2 to 3.0.3 in /docs by @dependabot in https://github.com/mtxr/vscode-sqltools/pull/1348
- Bump ws from 7.5.9 to 7.5.10 by @dependabot in https://github.com/mtxr/vscode-sqltools/pull/1349
- Bump webpack from 5.76.0 to 5.94.0 in /build-tools by @dependabot in https://github.com/mtxr/vscode-sqltools/pull/1371
- Bump micromatch from 4.0.5 to 4.0.8 in /docs by @dependabot in https://github.com/mtxr/vscode-sqltools/pull/1372
- Bump dset from 3.1.2 to 3.1.4 in /docs by @dependabot in https://github.com/mtxr/vscode-sqltools/pull/1377
- Bump path-to-regexp from 6.2.1 to 6.3.0 in /docs by @dependabot in https://github.com/mtxr/vscode-sqltools/pull/1378
- Bump cross-spawn from 7.0.3 to 7.0.6 in /docs by @dependabot in https://github.com/mtxr/vscode-sqltools/pull/1401
- Bump nanoid from 3.3.6 to 3.3.8 in /docs by @dependabot in https://github.com/mtxr/vscode-sqltools/pull/1414
- Bump esbuild from 0.15.7 to 0.25.0 by @dependabot in https://github.com/mtxr/vscode-sqltools/pull/1436
New Contributors
- @Namyts made their first contribution in https://github.com/mtxr/vscode-sqltools/pull/1336
- @fzhem made their first contribution in https://github.com/mtxr/vscode-sqltools/pull/1396
- @ppcamp made their first contribution in https://github.com/mtxr/vscode-sqltools/pull/1381
- @lucashancock made their first contribution in https://github.com/mtxr/vscode-sqltools/pull/1421
Full Changelog: https://github.com/mtxr/vscode-sqltools/compare/v0.28.3...v0.28.4