0.9.2

Changed

  • Automatically generate entity relationship diagrams to visually map out your database structures. Simply right-click on the tables folder of a database and select the “Entity Relationship Diagram” option.

Fixed

  • Light themes were not showing the correct database icons for MariaDB in the connection picker.

0.9.1

Fixed

  • Tables now always open with the maximum row limit configured in settings (100,000). Right-clicking on a table provides an option to open it with a different limit.
  • SQL Server connections failed unless the user account had the sysadmin role assigned.

0.9.0

Changed

  • Data within a table can now be edited, added, or deleted, with changes saved directly back to the database.

Fixed

  • Opening a table sometimes did not render the data.
  • SQL Server displayed incorrect lengths for nvarchar and nchar datatype columns.

0.8.2

Changed

  • Clicking on a table or view in the explorer now loads its data in a new tab.
  • Added setting dbcode.maxRowsToFetch to control the maximum number of rows fetched when opening a table.

0.8.1

Changed

  • Added SSH Tunnels. Tunnels are automatically detected from ssh.config and can also be manually created.
  • Introduced a table icon to the results tab; clicking on this icon will pin the tab for easy access.

Fixed

  • Postgres: Ensure columns in indexes are displayed in the correct order, even when they differ from the table order.