Tuesday, November 27, 2012

ANN: dbext 18.0

What is it?
-----------
dbext.vim : Provides database access to most databases.
http://www.vim.org/scripts/script.php?script_id=356

This plugin contains functions/mappings/commands to enable Vim to
access several databases. Currently Mysql, PostgreSQL, Ingres, Oracle,
Sybase Adaptive Server Anywhere, Sybase Adaptive Server Enterprise,
Microsoft SQL Server, DB2, RDB, SAP HANA and Interbase are supported.
If you have a Perl enabled Vim, it also allows database connections via DBI
and ODBC.

It abstracts database access, so the same Vim commands will produce
the same output regardless of the database you use.

What is new in 18.00?


New Features
------------
- Added support for parsing C# files (Raul Segura Acevedo).


Bug Fixes
---------
- Changed the Oracle calls to SQLPlus from using single quotes to using
double quotes (David Sweeney).

- The <Leader>sbp and <Leader>tcl mapping were missing with version 17.00.

- The DBI interface could report: "E15: Invalid expression" when retrieving
table lists from DB2, but this could also affect other SQL commands that
returned strings surrounded in double quotes (Charles McGarvey).



I am always open to suggestions, just email me.

Dave


--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

No comments: