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 (maintainer)
New Features
------------
- Added new database, SAP Sybase IQ.
- Added ability to describe SAP HANA stored procedures using DBI/ODBC.
- Added new command, DBProfilesRefresh, which will repopulate the profile list from your global variables without having to restart Vim.
- Updated dbext profiles and modelines to accept special characters (\t) as the column delimiter for DBI connections (Josef Fortier).
Bug Fixes
---------
- Sometimes after setting a connection profile would still prompt you the first time you attempted to use the connection.
- For PostgreSQL, check for .pgpass on *nix variants and pgpass.conf on windows (Collin Peters).
- Some connection parameters were overridden incorrectly when first applying the dbext_default_profile (Lyude, Martin Chabot, Will Wyatt, Bruno Sutic).
- Worked around an issue with the vim-gitgutter dbext plugin (airblade).
- There were 3 places where we fetch Vim's variables to check for dbext profiles and other dbext settings. These have changed these to fetch only Vim's global variables to reduce the amount returned and hopefully increase the response time (Michael Jansen).
0 commit comments