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


New Features
---------
- Added new command, DBDisconnectAll, for DBI/ODBC.
- DBDisconnect for DBI/ODBC now can accept an optional parameter for the buffer you wish disconnected. - DBListConnections also includes the buffer filename in it's output to help associate the two more easily. - Updated the default variable_def_regex to include an alphabetic character after a ":" for host variables to avoid false matches with time formats "10:20". - Improved the variable substitution to also check if a variable is preceeded by a single line comment character. If so, ignore the match.
        CALL myProc( sl_var1  -- p_var1
                   , sl_var2  -- p_var2
                   );

Bug Fixes
---------
- When clearing the results buffer the default register was updated.
- Duplicate tag on MyProjectDir when running helptags (Simon Dambe).
- Some of the variable substitution options Skip, Use Blank had off by one errors.


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

Reply via email to