v1.34.2
Changelog
Recent releases below. Older versions are listed in the archive at the bottom of this page.
Recent releases
v1.34.1
Changed
- Grid: Text filters now ignore case by default, with a Match Case toggle in each filter box. #577
Fixed
- SQL Server: Index columns in the explorer now list key columns first (in key order), then INCLUDE columns.
- Connection Pinning: A query running longer than the keepalive interval no longer drops the editor connection, preserving temp tables and session state.
- QuestDB: Fixed query results showing no data grid and schema introspection failing to list tables. #1135
- Editor: SQL Server statements now split at blank lines instead of merging after a temp table or DECLARE.
v1.34.0
Changed
- MCP: Added
dbcode-set-inferred-relationshipsanddbcode-get-inferred-relationshipstools to manage a connection’s inferred relationship patterns. - Memcached: Added Memcached support - browse keys, view/edit items, run raw commands, and see server stats. #256
- Notebook Export: Added a Markdown format that exports cells and their query results as tables. #1046
- TypeDB: Preview support added. #929
- Weaviate: Preview vector-database driver. Browse collections, run vector search, and edit object properties. #1128
Fixed
- SQL Server: Scripting CREATE (DDL) for an index no longer errors.
v1.33.0
Changed
- Couchbase: New driver (Preview) - browse buckets/scopes/collections, run SQL++, edit documents. #255
- Apache CouchDB: New driver (Preview) - browse databases and documents, run Mango queries, edit documents, manage indexes, EXPLAIN, and monitoring.
- Apache Druid: Preview support added. Connect via the SQL HTTP API, browse the druid/sys/lookup schemas and datasource columns, and run SQL queries.
- DuckDB: Updated to version 1.5.3, fixing extension installation when behind a proxy. #1117
- Exasol: Preview support added. Connect over WebSocket to browse schemas, tables, views, functions and scripts, run and edit queries with streaming results, and use transactions and server monitoring.
- Results: Foreign-key related records now show a header with their source table and match condition; click the table to open it.
- SQLite: Updated to 3.53.1.
- DB Explorer: Show table modification (and creation) timestamps in the tooltip and hover for ClickHouse, SQL Server, Oracle, Snowflake, MySQL/MariaDB and BigQuery.
- Milvus, Qdrant, Pinecone: Added server monitoring panels (Milvus nodes + collections, Qdrant collection status/counts, Pinecone index + namespace stats).
- Vertica: New database driver (OpenText Analytics Database) with introspection, data editing, DDL scripting, EXPLAIN, and server monitoring. #338
Fixed
- Results: JSON/XML cells on columns with a default value now open the full-value editor instead of a dropdown that showed (and could save) a truncated value. #1102
- Elasticsearch, OpenSearch, InfluxDB, D1: Cancelling a running query now aborts the in-flight request instead of being ignored.
- Azure Synapse: Fixed introspection failing with “Catalog view ‘sequences’ is not supported in this version”. #1115
v1.32.4
Changed
- Editor: Added a DDL link to the table/view hover that opens the full CREATE statement in a new editor. #1079
- LanceDB: Preview support released. Open a local Lance database directory to browse tables, run vector search with SQL filters, and edit scalar columns.
- Pinecone: Preview support released. Browse indexes and namespaces, run vector search with metadata filters, and edit record metadata.
- Query Builder: Filter conditions and groups can now be dragged to reorder and moved between AND/OR groups.
- Query Builder: WHERE filters now auto-quote values by column type (strings quoted, numbers bare), split IN lists into quoted elements, and add a per-condition raw toggle to emit a value verbatim.
- Editor: New “Remember Connection Per File” setting (default on); turn it off to be prompted for a connection each time a SQL file is reopened.
- Results Grid: Added a Source Timezone column formatter and the option to apply any formatter to all columns of a base type on a connection. #1089
Fixed
- ClickHouse: Restricted users without system-table access can now open the Query Builder again.
- Editor: Fixed losing focus after executing a query when results show in the panel, so you can re-run without clicking back in. #879
- Query Builder: Tables added after a table with many columns no longer render off-canvas.
- Query Builder: Select-all columns now works with a single table on the canvas.
- Editor: Status bar now shows a SQL file’s bound connection even when it’s not connected.
- Qdrant, ChromaDB, Milvus: Editor queries now honour the row-limit and show the “load more” indicator when results are capped.
v1.32.3
Changed
- Results: Removed the remote-only “Export locally” right-click option; Export now saves to a local folder via the dialog’s Show Local Files. #1112
- Query Builder: use tables from other databases on the same connection (where supported).
- Query Builder: SELECT columns are now a flat list with free cross-table reordering, multi-select move/delete, a searchable add-column menu, and per-table aliases.
- Query Builder: More filter operators (NOT LIKE, NOT BETWEEN, CONTAINS, NOT CONTAINS), a case-insensitive filter toggle, per-table column select-all, and automatic GROUP BY for aggregates.
- KingbaseES: Added support for KingbaseES.
- Query Builder: AI assist understands the new filter operators, nested AND/OR groups, cross-database tables, and table output.
- Query Builder: WHERE clauses can be grouped with parentheses and combined with AND/OR.
- Query Builder: optionally write the result to a new table (CREATE TABLE AS SELECT).
Fixed
- Grid: Filtering and sorting number columns now works for integers beyond JavaScript’s safe range (e.g. MySQL bigint). #1108
- ER Diagram: Fixed broken rendering (missing relationship lines, wrong text colors) after changing the diagram theme and reopening. #1111
- Export: Fixed exporting results to a local folder failing silently when connected to a remote host. #1112
- Webviews: Fixed dropdowns (diagram theme, export format, connection and tunnel pickers) not applying the selected value.
- ER Diagram: Fixed Export/Share doing nothing - PDF, PNG and Web Page exports now save correctly.
- Grid: Cell tooltips now appear faster and only when a cell is actually truncated.
- Neo4j/SurrealDB: Filtering or editing integers beyond JavaScript’s safe range no longer rounds them in the generated query.
- Notebooks: Scrolling the column menu or the Columns side panel no longer jerks the whole notebook.
v1.32.1
Changed
- ChromaDB: Preview released.
- Milvus: Preview released. #1122
- Results: Multi-statement scripts now show a Run tab with live progress, per-statement detail, and an error summary, instead of one tab per statement. DML/DDL statements flow into the Run tab and output log; SELECTs still get their own tabs, with extra results stacked into an overflow, configurable via the setting
dbcode.stackThreshold. #967
Fixed
- Notebooks/DuckDB: Stopping a running cell now actually interrupts the query. #1105
- DuckDB/Firebird/Pinot: autocomplete now works for these connections.
- PostgreSQL: Editor autocomplete no longer silently stops working on SQL containing operators (
<<,>>,<>,>=,<=), dollar-quoted strings, or block comments. - PostgreSQL: Typing
EXPLAIN ...directly in the editor now works. #1107 - SQL Server: Script CREATE (DDL) for tables now generates a best-effort CREATE TABLE script (columns, PK/UQ/FK/CHECK constraints, indexes with INCLUDE/filter, extended properties, temporal/partition/graph table clauses, Synapse DISTRIBUTION). Output includes a header listing what is and isn’t covered. Previously errored with “MS SQL does not have table in getObject”. #866 #1016 #1084
v1.32.0
Changed
- Firebird: Preview support released. #492
- Qdrant: Preview vector-database driver. #475
- ClickHouse:
jdbc:ch://connection URLs are now recognized when pasting a JDBC URL into the connection dialog. - DB Explorer: New “Copy Qualified Name” copying the fully-qualified, escapeed if needed name (e.g.
schema.table,database.table).
Fixed
- MySQL/MariaDB: Introspection no longer fails with a syntax error near
where false. Regression from 1.31.2. #1103 - ClickHouse: Restricted users without
system.partsaccess no longer fail with “Not enough privileges”. - ERD: Removing an inferred-relationship mapping now also clears the relationship line from the diagram. #1100
- MongoDB: Fixed “is not a function” error when reading collections that store UUIDs as legacy
Binaryor mix UUID and non-UUID values in the same field. #1101
v1.31.2
Changed
- SQL Server: Lowered minimum supported version from 2012 to 2008/R2.
- MongoDB: Bumped driver from 6.14.0 to 6.21.0, picking up SRV/TXT DNS retry on timeout and several TLS improvements.
Fixed
- Apache Doris: Introspection no longer fails with
Unknown table 'dual'on Doris 2.1.x. #1098 - IBM i, Firebird, Derby, Sybase, Aerospike, PGlite, Pinot, Spanner, Qdrant: Existing connections created before these drivers moved to progressive introspection no longer fail tree expand with “Use v3 progressive introspection”. #1099
- ERD: Relationship cardinality (1:1, 1:N, N:1) is detected again instead of every edge rendering as N:N.
- ERD: Multiple inferred relationships from the same source column to different targets are now all rendered. #1100
- Oracle: Introspection no longer fails with
ORA-00904: "AI"."VISIBILITY"on Oracle 10g. #1096 - SQL Server:
CREATE OR ALTERrewrite no longer fails on 2012, 2014, and pre-SP1 2016 — falls back toIF OBJECT_ID … DROP+CREATEfor any pre-2016 server. - MongoDB: Fixed mongodb+srv:// connection issue. #1091
- MongoDB: Multi-host connection strings (
mongodb://h1:port,h2:port,h3:port/...) can now be pasted via Import Connection String. #1091 - Webviews: A malformed VS Code color theme no longer fails every DBCode panel with “An error occurred while loading view” — syntax highlighting falls back to a bundled default theme. #1093
- Oracle: Applying an edited package from the explorer now recreates both the spec and the body.
v1.31.1
All releases
2026
-
v1.34.2— Jun 11, 2026 -
v1.34.1— Jun 10, 2026 -
v1.34.0— Jun 9, 2026 -
v1.33.0— Jun 5, 2026 -
v1.32.4— Jun 3, 2026 -
v1.32.3— Jun 2, 2026 -
v1.32.1— May 26, 2026 -
v1.32.0— May 20, 2026 -
v1.31.2— May 18, 2026 -
v1.31.1— May 5, 2026 -
v1.31.0— May 4, 2026 -
v1.30.8— Apr 30, 2026 -
v1.30.7— Apr 30, 2026 -
v1.30.6— Apr 26, 2026 -
v1.30.5— Apr 24, 2026 -
v1.30.4— Apr 17, 2026 -
v1.30.3— Apr 9, 2026 -
v1.30.2— Apr 8, 2026 -
v1.30.1— Apr 6, 2026 -
v1.30.0— Apr 2, 2026 -
v1.29.5— Mar 27, 2026 -
v1.29.4— Mar 25, 2026 -
v1.29.3— Mar 19, 2026 -
v1.29.2— Mar 16, 2026 -
v1.29.0— Mar 13, 2026 -
v1.28.16— Mar 11, 2026 -
v1.28.15— Mar 8, 2026 -
v1.28.13— Mar 6, 2026 -
v1.28.11— Mar 5, 2026 -
v1.28.10— Mar 4, 2026 -
v1.28.9— Mar 3, 2026 -
v1.28.8— Mar 1, 2026 -
v1.28.7— Feb 26, 2026 -
v1.28.5— Feb 25, 2026 -
v1.28.4— Feb 23, 2026 -
v1.28.3— Feb 23, 2026 -
v1.28.2— Feb 20, 2026 -
v1.28.0— Feb 16, 2026 -
v1.27.8— Feb 12, 2026 -
v1.27.7— Feb 10, 2026 -
v1.27.6— Feb 9, 2026 -
v1.27.3— Feb 8, 2026 -
v1.27.2— Feb 7, 2026 -
v1.27.1— Feb 6, 2026 -
v1.27.0— Feb 4, 2026 -
v1.26.17— Feb 4, 2026 -
v1.26.16— Jan 28, 2026 -
v1.26.15— Jan 26, 2026 -
v1.26.12— Jan 23, 2026 -
v1.26.11— Jan 22, 2026 -
v1.26.10— Jan 20, 2026 -
v1.26.8— Jan 15, 2026 -
v1.26.7— Jan 14, 2026 -
v1.26.6— Jan 12, 2026 -
v1.26.4— Jan 10, 2026 -
v1.26.2— Jan 9, 2026 -
v1.26.1— Jan 8, 2026 -
v1.26.0— Jan 8, 2026 -
v1.24.1— Jan 5, 2026 -
v1.24.0— Jan 4, 2026
2025
-
v1.23.4— Dec 30, 2025 -
v1.23.3— Dec 28, 2025 -
v1.23.2— Dec 27, 2025 -
v1.23.1— Dec 26, 2025 -
v1.23.0— Dec 24, 2025 -
v1.22.4— Dec 22, 2025 -
v1.22.3— Dec 21, 2025 -
v1.22.2— Dec 20, 2025 -
v1.22.1— Dec 19, 2025 -
v1.22.0— Dec 13, 2025 -
v1.21.3— Dec 11, 2025 -
v1.21.2— Dec 10, 2025 -
v1.21.1— Dec 9, 2025 -
v1.20.1— Dec 9, 2025 -
v1.20.0— Dec 8, 2025 -
v1.19.10— Dec 5, 2025 -
v1.19.9— Dec 4, 2025 -
v1.19.8— Nov 29, 2025 -
v1.19.7— Nov 29, 2025 -
v1.19.6— Nov 26, 2025 -
v1.19.5— Nov 25, 2025 -
v1.19.4— Nov 25, 2025 -
v1.19.3— Nov 22, 2025 -
v1.19.1— Nov 21, 2025 -
v1.19.0— Nov 20, 2025 -
v1.18.2— Nov 20, 2025 -
v1.18.0— Nov 17, 2025 -
v1.17.37— Nov 14, 2025 -
v1.17.35— Nov 13, 2025 -
v1.17.34— Nov 11, 2025 -
v1.17.33— Nov 11, 2025 -
v1.17.32— Nov 7, 2025 -
v1.17.31— Nov 6, 2025 -
v1.17.30— Nov 5, 2025 -
v1.17.29— Nov 3, 2025 -
v1.17.27— Nov 1, 2025 -
v1.17.26— Oct 27, 2025 -
v1.17.25— Oct 26, 2025 -
v1.17.24— Oct 24, 2025 -
v1.17.23— Oct 23, 2025 -
v1.17.18— Oct 21, 2025 -
v1.17.17— Oct 20, 2025 -
v1.17.16— Oct 15, 2025 -
v1.17.15— Oct 13, 2025 -
v1.17.13— Oct 11, 2025 -
v1.17.12— Oct 8, 2025 -
v1.17.11— Oct 6, 2025 -
v1.17.10— Oct 3, 2025 -
v1.17.9— Oct 2, 2025 -
v1.17.8— Oct 1, 2025 -
v1.17.7— Sep 30, 2025 -
v1.17.6— Sep 30, 2025 -
v1.17.4— Sep 28, 2025 -
v1.17.3— Sep 24, 2025 -
v1.17.2— Sep 22, 2025 -
v1.17.0— Sep 19, 2025 -
v1.16.15— Sep 18, 2025 -
v1.16.14— Sep 15, 2025 -
v1.16.13— Sep 12, 2025 -
v1.16.12— Sep 10, 2025 -
v1.16.11— Sep 10, 2025 -
v1.16.8— Sep 4, 2025 -
v1.16.7— Sep 3, 2025 -
v1.16.6— Sep 1, 2025 -
v1.16.5— Aug 29, 2025 -
v1.16.4— Aug 25, 2025 -
v1.16.3— Aug 24, 2025 -
v1.16.2— Aug 22, 2025 -
v1.16.1— Aug 20, 2025 -
v1.16.0— Aug 19, 2025 -
v1.15.0— Aug 17, 2025 -
v1.14.30— Aug 14, 2025 -
v1.14.29— Aug 8, 2025 -
v1.14.28— Aug 7, 2025 -
v1.14.26— Aug 6, 2025 -
v1.14.25— Aug 2, 2025 -
v1.14.24— Aug 1, 2025 -
v1.14.23— Jul 30, 2025 -
v1.14.22— Jul 28, 2025 -
v1.14.21— Jul 24, 2025 -
v1.14.20— Jul 21, 2025 -
v1.14.19— Jul 18, 2025 -
v1.14.18— Jul 17, 2025 -
v1.14.17— Jul 14, 2025 -
v1.14.16— Jul 10, 2025 -
v1.14.15— Jul 3, 2025 -
v1.14.14— Jun 29, 2025 -
v1.14.13— Jun 24, 2025 -
v1.14.12— Jun 23, 2025 -
v1.14.11— Jun 18, 2025 -
v1.14.10— Jun 13, 2025 -
v1.14.9— Jun 13, 2025 -
v1.14.8— Jun 12, 2025 -
v1.14.7— Jun 11, 2025 -
v1.14.6— Jun 9, 2025 -
v1.14.5— Jun 6, 2025 -
v1.14.1— Jun 5, 2025 -
v1.14.0— Jun 4, 2025 -
v1.13.18— Jun 3, 2025 -
v1.13.17— May 27, 2025 -
v1.13.16— May 27, 2025 -
v1.13.14— May 24, 2025 -
v1.13.13— May 22, 2025 -
v1.13.12— May 21, 2025 -
v1.13.11— May 20, 2025 -
v1.13.10— May 19, 2025 -
v1.13.9— May 19, 2025 -
v1.13.8— May 18, 2025 -
v1.13.5— May 15, 2025 -
v1.13.3— May 15, 2025 -
v1.13.2— May 13, 2025 -
v1.13.1— May 13, 2025 -
v1.13.0— May 11, 2025 -
v1.12.7— May 9, 2025 -
v1.12.6— May 9, 2025 -
v1.12.5— May 7, 2025 -
v1.12.4— May 5, 2025 -
v1.12.3— May 2, 2025 -
v1.12.2— Apr 30, 2025 -
v1.12.1— Apr 29, 2025 -
v1.12.0— Apr 26, 2025 -
v1.11.12— Apr 24, 2025 -
v1.11.11— Apr 24, 2025 -
v1.11.10— Apr 23, 2025 -
v1.11.9— Apr 22, 2025 -
v1.11.8— Apr 14, 2025 -
v1.11.6— Apr 12, 2025 -
v1.11.5— Apr 11, 2025 -
v1.11.4— Apr 9, 2025 -
v1.11.2— Apr 9, 2025 -
v1.11.1— Apr 7, 2025 -
v1.11.0— Apr 4, 2025 -
v1.10.7— Apr 3, 2025 -
v1.10.6— Apr 2, 2025 -
v1.10.4— Mar 30, 2025 -
v1.10.3— Mar 28, 2025 -
v1.10.2— Mar 28, 2025 -
v1.10.0— Mar 27, 2025 -
v1.9.5— Mar 26, 2025 -
v1.9.4— Mar 25, 2025 -
v1.9.3— Mar 24, 2025 -
v1.9.2— Mar 16, 2025 -
v1.9.1— Mar 16, 2025 -
v1.9.0— Mar 13, 2025 -
v1.8.4— Mar 13, 2025 -
v1.8.3— Mar 11, 2025 -
v1.8.2— Mar 9, 2025 -
v1.8.1— Mar 6, 2025 -
v1.8.0— Mar 5, 2025 -
v1.7.4— Mar 3, 2025 -
v1.7.3— Feb 28, 2025 -
v1.7.1— Feb 27, 2025 -
v1.7.0— Feb 24, 2025 -
v1.6.22— Feb 20, 2025 -
v1.6.21— Feb 20, 2025 -
v1.6.20— Feb 18, 2025 -
v1.6.19— Feb 17, 2025 -
v1.6.18— Feb 16, 2025 -
v1.6.17— Feb 14, 2025 -
v1.6.16— Feb 12, 2025 -
v1.6.15— Feb 11, 2025 -
v1.6.14— Feb 11, 2025 -
v1.6.13— Feb 6, 2025 -
v1.6.12— Feb 5, 2025 -
v1.6.11— Feb 5, 2025 -
v1.6.10— Feb 4, 2025 -
v1.6.9— Jan 31, 2025 -
v1.6.8— Jan 30, 2025 -
v1.6.7— Jan 28, 2025 -
v1.6.6— Jan 28, 2025 -
v1.6.5— Jan 26, 2025 -
v1.6.4— Jan 25, 2025 -
v1.6.3— Jan 22, 2025 -
v1.6.2— Jan 22, 2025 -
v1.6.1— Jan 17, 2025 -
v1.6.0— Jan 17, 2025 -
v1.5.12— Jan 13, 2025 -
v1.5.11— Jan 11, 2025 -
v1.5.10— Jan 9, 2025 -
v1.5.9— Jan 6, 2025
2024
-
v1.5.8— Dec 18, 2024 -
v1.5.7— Dec 17, 2024 -
v1.5.6— Dec 17, 2024 -
v1.5.5— Dec 14, 2024 -
v1.5.4— Dec 12, 2024 -
v1.5.3— Dec 12, 2024 -
v1.5.2— Dec 10, 2024 -
v1.5.1— Dec 7, 2024 -
v1.4.17— Dec 7, 2024 -
v1.4.15— Dec 6, 2024 -
v1.4.14— Dec 4, 2024 -
v1.4.13— Dec 2, 2024 -
v1.4.12— Nov 22, 2024 -
v1.4.11— Nov 21, 2024 -
v1.4.10— Nov 19, 2024 -
v1.4.9— Nov 17, 2024 -
v1.4.8— Nov 14, 2024 -
v1.4.7— Nov 11, 2024 -
v1.4.6— Nov 10, 2024 -
v1.4.4— Nov 8, 2024 -
v1.4.3— Nov 8, 2024 -
v1.4.1— Nov 7, 2024 -
v1.4.0— Nov 7, 2024 -
v1.3.18— Nov 1, 2024 -
v1.3.17— Oct 31, 2024 -
v1.3.16— Oct 30, 2024 -
v1.3.15— Oct 27, 2024 -
v1.3.14— Oct 27, 2024 -
v1.3.13— Oct 25, 2024 -
v1.3.7— Oct 19, 2024 -
v1.3.6— Oct 18, 2024 -
v1.3.3— Oct 15, 2024 -
v1.3.2— Oct 14, 2024 -
v1.3.1— Oct 14, 2024 -
v1.3.0— Oct 13, 2024 -
v1.2.16— Oct 7, 2024 -
v1.2.14— Oct 4, 2024 -
v1.2.8— Sep 28, 2024 -
v1.2.7— Sep 25, 2024 -
v1.2.6— Sep 24, 2024 -
v1.2.5— Sep 19, 2024 -
v1.2.4— Sep 17, 2024 -
v1.2.3— Sep 15, 2024 -
v1.2.2— Sep 13, 2024 -
v1.2.1— Sep 11, 2024 -
v1.2.0— Sep 10, 2024 -
v1.1.6— Sep 4, 2024 -
v1.1.5— Sep 2, 2024 -
v1.1.3— Aug 29, 2024 -
v1.1.2— Aug 15, 2024 -
v1.1.1— Aug 13, 2024 -
v1.1.0— Aug 7, 2024 -
v1.0.0— Aug 7, 2024 -
v0.17.1— Aug 1, 2024 -
v0.17.0— Jul 30, 2024 -
v0.16.2— Jul 25, 2024 -
v0.16.1— Jul 22, 2024 -
v0.16.0— Jul 17, 2024 -
v0.15.1— Jul 15, 2024 -
v0.15.0— Jul 12, 2024 -
v0.14.1— Jul 5, 2024 -
v0.14.0— Jul 3, 2024 -
v0.13.0— Jun 29, 2024 -
v0.12.6— Jun 27, 2024 -
v0.12.5— Jun 15, 2024 -
v0.12.4— Jun 11, 2024 -
v0.12.3— Jun 11, 2024 -
v0.12.2— Jun 7, 2024 -
v0.12.1— Jun 6, 2024 -
v0.12.0— May 31, 2024 -
v0.11.2— May 28, 2024 -
v0.11.1— May 25, 2024 -
v0.11.0— May 24, 2024 -
v0.10.0— May 16, 2024 -
v0.9.3— May 10, 2024 -
v0.9.2— May 8, 2024 -
v0.9.1— May 2, 2024 -
v0.9.0— May 1, 2024 -
v0.8.2— Apr 25, 2024 -
v0.8.1— Apr 9, 2024 -
v0.8.0— Mar 29, 2024 -
v0.7.0— Mar 28, 2024 -
v0.6.0— Mar 15, 2024 -
v0.5.2— Mar 1, 2024