DB Explorer filtering now expands items correctly, and works with cloud providers. #42
Autocomplete now works again in Notebooks. #56
Trimmed long column comments in the Hover help. #50
1.3.1
Fixed
Autocomplete ignores case when matching tables and views. #51
History filter now works correctly in flat view.
History from cloud providers now shows the correct name of the connection and provider in the history.
History is limited to 5 records per database in core edition.
SQLite now works on code-server and other non electron based environments.
1.3.0
Changed
Added a Create Table, Alter Table, Rename Table, Truncate Table and Drop Table commands to the DB Explorer (Create/Alter are just preview for now, changes wont be saved!).
Notebooks now use the extension .dbcnb rather than .dbcode.
Identity/Autoincrement columns now show that in the default value in the DB Explorer.
Data editing now supports enum fields with a dropdown list of the values.
Execute keyboard shortcut changed to Ctrl/Cmd+Enter.
DB Explorer now has a filter to search for for strings on connected databases. #42
Fixed
SQL Server and Azure now show comments for tables, views and columns
Fixed Postgres tables with ” in the name not being recognized as editable in the table.
Autocomplete now suggests views where appropriate.
Autocomplete now suggests schemas where appropriate.
1.2.16
Fixed
Numeric data types were not being correctly displayed in the grid, preventing charting and other features.
Refresh and Edit features now work correctly in Notebooks.
Tables and views in the DB Explorer now show in alphabetical order for MySQL/MariaDB.
1.2.14
Changed
Added a Show Only Discovered Connections option to the DB Explorer.
Preliminary support for Oracle, including Instant Client.
Formatting provider for SQL files and notebook cells now added.
Added a Copy Name option to the context menu when clicking on a column header.
Added CURRENT_TIMESTAMP as a valid value for date columns when editing data.
Added support for organizations in Neon.
Fixed
Autocomplete correctly escapes identifiers, and does not suggest columns from other tables.
Tunnel creation and editing can now select files from the .ssh folder when it’s hidden by the OS.