dbext.vim
Provides database access to many dbms (Oracle, Sybase, Microsoft, MySQL, DBI,..)
- Script id: 356
- Author: Peter Bagyinszki
- Latest version: 12.00
- Release date: 2010-07-15
- Release notes:
Posted by David Fishburn
New Features
---------
- A number of changes around the Oracle formating instructions. Support for packages when describing certain objects. These changes were provided by Sergey Khorev.
- Improved the parsing of Perl strings when prompting for variables.
- Made some additional changes to the variable_def_regex for how you can specify it from Vim modelines and DBSetOption. This makes it much more flexible.
Bug Fixes
---------
- If the word "profile" was used in a dbext profile name dbext would report the error: "dbext: Profiles cannot be nested" (Chris Cierpisz).
- Corrected the regex used to find object owner names (Sergey Khorev).