Skip to content

Changelog

Recent releases below. Older versions are listed in the archive at the bottom of this page.

Recent releases

v1.35.3

Changed

  • DB Explorer: Set a default connection and database for a folder; SQL files you open inside it use it automatically, with subfolder inheritance.
  • Query Builder: Foreign-key join edges now show crow’s-foot cardinality markers, indicating relationship direction like the ER diagram.

Fixed

  • MySQL: Functional indexes no longer break schema loading, which left the explorer with no tables. #1146
  • Sharing: Uploads now on Cloudflare R2, storage regions are Americas, European Union, and Asia-Pacific.

Permalink

v1.35.2

Changed

  • Results Grid: Filter date and timestamp columns by year or month, plus an expandable Year > Month > Day tree in the column filter. #1144
  • DocumentDB: Added Amazon DocumentDB support (MongoDB-compatible) with DocumentDB-ready connection defaults.
  • DuckLake: Added Azure (ADLS Gen2 and Blob) as a data storage backend.
  • Explore: Now works on Join and Union results, including across connections.
  • Import: Batched inserts with duplicate handling and skip-bad-rows options.
  • MCP: New dbcode-copy-data tool copies query results between connections with duplicate skip/replace handling and live progress. #1136

Fixed

  • MongoDB: The Certificate Verification setting now applies to the live connection, not just the copied connection string.
  • Results: Query timer now shows the elapsed time after the query finishes instead of 0. #1145
  • Packaging: Eliminated false-positive secret-scanner detections that could block the extension download.

Permalink

v1.35.1

Fixed

  • DuckLake: Fixed read-only connections failing to open existing catalogs. #1141
  • Trino: Fixed table scrolling pagination generating invalid OFFSET syntax. #1142
  • Results Grid: Fixed text-search filters on UUID, enum, and other non-text columns. #1140

Permalink

v1.35.0

Changed

  • Autocomplete: Show function and stored-procedure parameters in the completion list.
  • Teradata: Preview support added. #641
  • Weaviate: Multi-tenancy support - browse, search, edit, and manage tenants in the tree. #1128

Fixed

  • ClickHouse: Fixed SSL connections failing with “self signed certificate in certificate chain” when a CA certificate is provided. #735
  • Connections: Partition items now have a right-click menu (open, script, search, export, explore, diagram).
  • Editor: Fixed running a schema-switch command (SET search_path, USE SCHEMA, etc.) throwing a runtime error.
  • Results: Case-insensitive filtering on UUID and other non-text columns no longer errors with “function upper(uuid) does not exist”. #1140
  • Weaviate: Data grid now shows object vectors.

Permalink

v1.34.3

Changed

  • Cube: Added a read-only driver for the Cube semantic layer (query over the SQL API, schema discovery, optional /meta enrichment).
  • Backup: Back up selected schemas or tables instead of only the whole database (PostgreSQL, MySQL/MariaDB, MongoDB, SQLite).

Fixed

  • Webviews: Fixed blank panels (connection form, query builder, results, etc.) in code-server / VS Code for the Web on Safari and iPadOS. #1113
  • MCP: Fixed the auto-registered MCP server failing to connect in recent Cursor versions. #1139
  • SQL Server: Windows Integrated Auth now re-downloads a missing SSPI native binding automatically instead of failing with “Failed to load SSPI module”.

Permalink

v1.34.2

Changed

  • Dameng: Preview support added. #666

Fixed

  • DB2: Fixed binary download failures after VS Code updates (upgraded to ibm_db 4 with version-independent bindings). #1137

Permalink

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.

Permalink

v1.34.0

Changed

  • MCP: Added dbcode-set-inferred-relationships and dbcode-get-inferred-relationships tools 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.

Permalink

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

Permalink

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.

Permalink


All releases

2026

2025

2024