You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Posted by David Fishburn
New Features
------------
- Added new database support for SQL Anywhere UltraLite (11.x).
- Added new database support for Firebird (2.x).
- Added "@@variable" style to the list of bypassed variable names along with IN, OUT, INOUT and DECLARE.
- When listing stored variables, you can now remove multiple lines using visual mode.
- When closing the result window (using "q" or DBResultsClose) you are intentionally returned to the buffer which opened the window instead of allowing Vim to choose which window.
Bug Fixes
---------
- The version 9.00 release of dbext broke modeline support.
- When listing variables the following error could be reported: E121: Undefined variable
- It was not possible to retrieve more than 500 characters from a character or binary column in the database when using DBI or ODBC. Adding driver_parms=LongReadLen=4096 now works correctly. You can also change this after you are connected to the database using DBSetOption LongReadLen=4096. Running DBListConnections will display the current setting for each database connection currently open.
0 commit comments