dbext.vim
Provides database access to many dbms (Oracle, Sybase, Microsoft, MySQL, DBI,..)
- Script id: 356
- Author: Peter Bagyinszki
- Latest version: 13.0
- Release date: 2011-06-13
- Release notes:
Posted by David Fishburn
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.