Keybindings: cmd+enter and windows+enter for pc are now the command bindings for executing a sql statement in the editor, or applying changes to objects like triggers, procs, etc. #304
Excel and CSV Support: Warning about DML statements (update, insert, delete) not being applied to the file system for now.
Fixed
Editor: Insert statement values were not being highlighted correctly when in parenthesis. #352
Keybindings: The keybindings for executing a sql statement in the editor, or applying changes to objects like triggers, procs, etc.
Keybindings: The ctrl+d keybinding was breaking the terminal ctrl+d keybinding.
Zero Config: Don’t discover file formats (Excel, CSV, etc) on the initial load. #359
v1.8.2
Changed
Editor: If the cursor is in a insert statement column, the corresponding value will be highlighted. #352
SQLite/D1/LibSQL: Moved to new introspection model, added triggers support. #355
Results: Open in editor icon only shows when editing a cell, option to open editor added to the context menu when right clicking on a cell. #357
Hover: Layout has changed, now includes a icon to open the item where applicable (eg, table, view, materialized view, procedure, function).
Fixed
Hover: Now works with dotted and escaped identifiers. #333
Hover: Now works with materialized views.
Go to Definition: Works with dotted and escaped identifiers. #333
v1.7.3
Changed
Added a go to definition link on tables, views and materialized Views (ctrl/cmd + click or f12 when hovering a table, view or materialized view in a query). #333
Connections: Added common default socket paths, and changed it to a text input since VS Code prevents selecting locked files.
Fixed
Editing a value to the default did not correctly save the change. #331#299