0.10.0

Changed

  • MongoDB support added (table loading, data editing completed, work continues on executing arbitrary statements).
  • Added data type to column headers.
  • Trimmed large data in binary cells to show first 50 characters, and total size.
  • Added output channel and logging of connection and tunnel events.

0.9.3

Changed

  • Added a key binding (Ctrl/Cmd+d Ctrl/Cmd+c) to select/change connection of the current file.

Fixed

  • Improved the rendering performance for large result sets (1M+ rows).
  • MySQL/Maria was showing undefined in the statusbar for schema.
  • MySQL/Maria was not showing correct number of rows updated for insert, update and delete statements.
  • Geometry and Geography data types in results caused the results not to show.
  • Dates with timezones are now displayed with timezone indicators to reflect their true format in the database.

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.