Sunday, September 11, 2016

ANN: dbext.vim version 24.00 - Database access from within Vim

What is it?
-----------
dbext.vim : Provides database access to most databases.

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, Crate.IO 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.

Extensive help file with full tutorials.

 New Features
 ------------
 - Added missing menu items for Execute All (sea), Execute Line (sel), Execute Previous Visual Selection (sep) (pull #18) (RaphaĆ«l Bade)

 - When using ?s as input parameters, these can now be remembered and used when saving previous values when executing the query.

 - Additional examples of connecting to Oracle using DBI/ODBC without a TNSNAMES entry.

 - Strip off ending cmd terminators for the DBI database types as some databases (Oracle) complain about them (Bruce Hunsaker).

 - For native Oracle connections, when retrieving database objects (tables, procedures, columns, ...) ignore case (Dimitri Belov).

 Bug Fixes
 ---------
 - For Java, CSharp, JSP, HTML and JavaScript files, remove line continuation (backslash) characters before sending request to database.

 - Better error handling for the DBI / ODBC databases (Michael Graham,  Bruce Hunsaker, Dimitri Belov, Will Wyatt).

 - The @ask[bg] parameter was not supported properly in later releases (Richard Tsai, Nan Jia).

 - Vim error - Invalid range reported for the SQL history (Bruce Hunsaker).

 - DBI / ODBC CommitOnDisconnect driver parameter is not supported by all drivers, handle cleanly (Dimitri Belov).

 - DBI / ODBC Disconnect reported a Vim error (Dimitri Belov).



I am always open to suggestions, just email me.  See :h dbext.txt for contact details.

David

--
--
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

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments: