Skip to content

Commit

Permalink
dadbod.vim 1.3
Browse files Browse the repository at this point in the history
* 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.
  • Loading branch information
tpope committed May 14, 2021
1 parent 9b3a06e commit fb08334
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/dadbod.vim
@@ -1,6 +1,6 @@
" dadbod.vim
" Maintainer: Tim Pope <http://tpo.pe/>
" Version: 1.2
" Version: 1.3
" GetLatestVimScripts: 5665 1 :AutoInstall: dadbod.vim

if exists('g:loaded_dadbod') || &cp || v:version < 700
Expand Down

0 comments on commit fb08334

Please sign in to comment.