MySQL/MariaDB: Fixed DATETIME columns being incorrectly timezone-shifted when displayed in Locale format. #85
MySQL/MariaDB: Added charset and collation connection settings to configure character encoding. #227
Results: Fixed Locale date format displaying incorrect datetime values when timezone conversion was applied.
Inspector: Map view now renders PostGIS geometry columns delivered as EWKB hex. #738
v1.17.4
Changed
Editor: Added Copy Query command and default shortcut to copy the active SQL statement without executing it. #732
SQL Export: Multi-row INSERT statements now emit as a single batch when the target dialect supports it, while Oracle and other single-row engines still receive individual statements.
Clickhouse: Added connection option to set driver settings.
SQLite: Updated better-sqlite3-multiple-ciphers to 12.4.1 (SQLite - 3.50.4). #727
Fixed
Results Grid: Filter dropdown menus stay open when activated after keyboard shortcut updates.
Execution Plans: Initial preview of execution plan support has been added. #376.
Connection Pinning: Added Oracle, DB2, ClickHouse, and Snowflake (with SSO token caching) support for connection pinning to maintain session state across query executions. #663
BigQuery: Use table list api when opening a table (only possible when no sorting or filtering applied). #693
BigQuery: Added support for dry run query execution. #693
BigQuery: Always show bytes billed, even if 0. #693
BigQuery: Added BI Engine information to the meta data display when present. #693
v1.16.5
Changed
Keyboard Shortcut: shift+cmd/ctrl+d shift+cmd/ctrl+b will open up selector to choose database (or connection) when in a SQL file. #690
Connection Pinning: Added MariaDB, and MySQL to pin a connection to the editor. #663
Connection Settings: Added variable substitution support for file paths in connection configurations. Supports ${workspaceFolder}, ${workspaceRoot}, ${home}, ${env:VARIABLE_NAME}, and relative paths. #683
USE Command: Will update displayed database when database supports USE command and connection pinning.