Skip to content

Commit 14f3d53

Browse files
bagyi0vim-scripts
authored andcommitted
Version 23.00
Posted by David Fishburn New Features ------------ - Added a new database, CrateIO (Mathias Fussenegger) - CRATE native database type and Crate via DBI are supported - Updated the DBI SQLAnywhere procedure list to respect the option of whether to include the object owner names - Added a new public function, DB_DictionaryDelete, to be used by the OMNI SQL Completion plugin (autoload/sqlcomplete.vim, which is part of Vim) Bug Fixes --------- - helptags reported duplicate tag MyProjectDir, updated documentation as a work around as there is no way to escape the real syntax (pull #3) (mexpolk) - For PGSQL, use the "schemaname" column rather than "tableowner" (pull #15) (Stefan Litsche)
1 parent d38ee2a commit 14f3d53

File tree

5 files changed

+403
-109
lines changed

5 files changed

+403
-109
lines changed

README

+4-3
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ This is a mirror of http://www.vim.org/scripts/script.php?script_id=356
33
This plugin contains functions/mappings/commands to enable Vim to access several databases.
44

55
Current databases supported are:
6-
ODBC / Perl DBI
7-
Mysql
6+
ODBC / Perl DBI (Any database with a Perl DBI driver)
7+
MySQL
88
Oracle
99
Oracle Rdb (VMS)
1010
SAP HANA
@@ -19,7 +19,8 @@ SQLite
1919
PostgreSQL
2020
Ingres
2121
Firebird
22-
22+
Crate.IO
23+
2324
For Perl's DBI layer if the database you are using is not *natively* supported by dbext, but has a DBI interface, dbext's standard feature set is available. For those already using dbext, the DBI interface should provide a performance boost when running statements against your database. DBI also provides an ODBC bridge, therefore any ODBC compliant database is also accessible.
2425

2526
NOTE: As of version 4.0 this plugin requires Vim 7.

0 commit comments

Comments
 (0)