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
dadbod.vim 1.3
* Add ClickHouse adapter.
* Add impala adapter.
* Add jq adapter.
* Add osquery adapter.
* Add Presto adapter.
* Support arbitrary MongoDB parameters, including authSource= and ssl=.
* Support protocol=, login-path=, and ssl-*= for MySQL.
* Support encrypt= and trustServerCertificate= for SQL server
* Support tab completion for SQL server.
* Support command modifiers like :tab.
* Support prefix to query for range selection (e.g., :%DB EXPLAIN).
* Provide gq map to close results window.
* Bug fixes.
dadbod.vim 1.2
* Support SQL Server.
* Support Oracle.
* Provide automatic management of dbext configuration.
* Fix tab completion issues.
* Minor bug fixes.
dadbod.vim 1.1
* Rename to Dadbod.
* Fix issue with screen failing to redraw.
* Fix various issues with shell execution.
* Rearrange psql arguments to avoid warning.
* Support SSL for MongoDB.
* Support custom port in dbext wrapper.