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