0.15.1

Changed

  • Added support for MySQL 5.7.
  • Added a filter option to connections to filter schemas and databases in the explorer.

0.15.0

Changed

  • Relationships: Browse foreign key relationships in data to view related data in other tables.
  • Edit data and access relationships for your select queries.
  • Aiven cloud provider added.

Fixed

  • PostgreSQL showed duplicate columns in the foreign key when a foreign key had multiple columns.
  • SQLite did not show columns in the explorer whose names matched the table name.

0.14.1

Fixed

  • Codelens now indicates whether you are executing a selection or the entire document.
  • libSQL now supports encrypted local files.

0.14.0

Changed

0.13.0

Changed

  • Added libSQL support (local file and Turso URL).

Fixed

  • Changes to an open connection that affect the connection (e.g., host, port, username, etc) will now prompt you to close and reopen the connection.
  • Color changes will be removed when the window loses focus and reapplied when the window regains focus to prevent them from appearing in other VS Code windows.