From fb0833459d3c329df2e861eb8cc62b60295b62af Mon Sep 17 00:00:00 2001 From: Tim Pope Date: Fri, 14 May 2021 02:00:04 -0400 Subject: [PATCH] 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. --- plugin/dadbod.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/dadbod.vim b/plugin/dadbod.vim index 6267e05..c406620 100644 --- a/plugin/dadbod.vim +++ b/plugin/dadbod.vim @@ -1,6 +1,6 @@ " dadbod.vim " Maintainer: Tim Pope -" Version: 1.2 +" Version: 1.3 " GetLatestVimScripts: 5665 1 :AutoInstall: dadbod.vim if exists('g:loaded_dadbod') || &cp || v:version < 700