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
------------
- When defining a profile or running DBPromptForBufferParameters, you can now optionally specify a file containing commands you want to execute against the database when you first connect (James Horine).
- A new global variable, g:dbext_default_login_script_dir allows you to override the 2 default directories which are searched for these files.
- The dbext tutorial has been updated to demonstrate the login_script.
- Doc update demonstrating the use of integrated logins (Daren Thomas).
- Added a new user defined autocommand dbextPreConnection which is triggered prior to dbext connecting to the database. This allows you to customize settings based on your buffer and environment (Tim Pope).
Bug Fixes
---------
- Setting LongReadLen for DBI and ODBC connections did not work.
0 commit comments