-
Notifications
You must be signed in to change notification settings - Fork 101
Commit 6103cc4
Version 5.06
Posted by David Fishburn.
New Features
------------
- Added Perl's DBI and DBI::ODBC support. This opens additional database support without having to adjust scripts. You must have a Perl enabled Vim (:echo has('perl')). Using the DBI layer offers some advantages over using the native binary tools:
- Transaction support which allows you to maintain a transaction during your editing session and either commit or rollback and changes. This is not possible without using the DBI layer.
- Speed improvements, since the database connection is maintained, the there is less overhead per command.
Huge thanks to Jean-Christophe Clavier and Albie Janse van Rensburg for their beta testing and suggestions.
- New commands are available to select only a few rows instead of an entire result set. In most databases this is referred to as TOP X. DBExecSQLTopX, DBExecVisualSQLTopX, DBExecSQLUnderCursorTopX have been added plus associated mappings (Albie Janse van Rensburg).
- Made Cygwin detection a bit easier using the shellslash option (Steve Gibson)
Bug Fixes
------------
- SQL Server support had issues with the queries when running DBCompleteTable, DBCompleteProcedure, DBCompleteView which also affected the sqlcomplete.vim plugin included with Vim7 (Albie Janse van Rensburg).
- Oracle reported "rows will be truncated", added "set linesize 10000" to the Oracle headers (Stuart Brock)
- When prompting for connection parameters if you choose a profile of "0" which is no profile, you had to re-run the wizard to prompt for the rest of the parameters, now the wizard continues as expected.1 parent 05e9ae7 commit 6103cc4Copy full SHA for 6103cc4
File tree
Expand file treeCollapse file tree
5 files changed
+8695
-4490
lines changedFilter options
- autoload
- doc
- plugin
Expand file treeCollapse file tree
5 files changed
+8695
-4490
lines changed
0 commit comments