You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
v1.4.0
New database providers
Added adapters for Impala, osquery, and SurrealDB.
Features
Moved config storage to the XDG config directory, with
automatic migration from ~/.sqlit. Thanks @ermengchao and @hrfried. #180, #174, #129
Added password_command support for fetching passwords at
connect time, including CLI flags for database and SSH
passwords. Thanks @augustocdias. #165, #138
Added Vim visual modes in the query editor. Thanks @chasleslr. #172
Added more Vim-style navigation in the results view.
Thanks @bussnet. #181, #170
Added x and ^ keybindings in non-insert mode. Thanks @msoos. #140
Updated the Nix flake to include bundled database drivers
by default, plus a helper for custom driver sets. Thanks @joonnna and @sitaktif. #178, #154, #126
Improved autocomplete dropdown sizing for long
suggestions. Thanks @hexycat. #173
Empty result sets now still show column headers. #176
Bug fixes
Improved Teradata query classification and metadata
handling. Thanks @ErwonB. #135