1.4.10

Changed

  • Added a fallback autocomplete to use when parser cannot parse the SQL.

1.4.9

Changed

  • Prevented autocomplete from suggesting a lot of syntax, single character tokens.

Fixed

  • Tables with foreign keys across schemas would not open correctly in the grid detail feature.
  • Tables with foreign keys to tables in other schemas which the user did not have access to caused an error. #118
  • Change MongoDB to use direct connection when not using SVR protocol. #119

1.4.8

Changed

  • Added cmd+d,cmd+b and ctrl+d,ctrl+b hotkeys to show the DB Explorer. #106
  • Improved autocomplete suggestions, including support for update, and common table expressions.
  • Added autocomplete support for EXEC procedure statements.
  • Autocomplete will work if statements are not seperated by a semi-colon. #46

1.4.7

Changed

  • Added cmd+f and ctrl+f hotkeys to search the grid. #106
  • Added support for JOIN, GROUP BY, HAVING, and ORDER BY to autocomplete. #59

Fixed

  • Azure Entra ID authentication was not refreshing the token.

1.4.6

Changed

  • Diagrams now show the primary key icon as highlighted.
  • Diagrams can now be saved as PDFs or PNGs. #38