Redis: Added editing support (update, delete, insert), as well as editor logic for hash/sets. #39
CSV and Excel: Underlying files will be watched for changes, and re-load the data if the underlying file changes.
Fixed
Tunnels: Will now better handle reconnecting, and if it fails, will close connections that were using them to avoid connections attempting to use closed tunnels.
Notebooks: Fixed issue with canceling and connection pinning. #663
v1.14.30
Changed
Syntax validation: Experimental support for SQL syntax validation added (Postgres and Maria/MySQL initially).
Fixed
Postgres: Would not format data types correctly on initial table load in some cases. #107
Excel: Was not filtering reserved words in sheet names. #659
v1.14.29
Changed
Results: VSCode editor now used in JSON/XML datatypes, and can be opened on any field using the open in editor icon (replaces old open in editor). #107
Connection Pinning: Will now destroy a connection if keep alive statement fails. #578#648
Fixed
Trino: Uses line numbers in errors to reduce highlighting when present.
Export: Fixed issue with SQL Insert statement export. #655
Inspector: Show correct data types in the JSON view.
Inspector: Added proper editor to JSON and XML data types. #107
Results: Added support for data formatting (work in progress).
Results: Selecting a full row and pressing delete/backspace will now delete the row, rather than clear the contents (cmd/ctrl+delete/backspace will delete partially selected row).
Fixed
Dragging a table to a new window did not load the data.