Skip to content

Commit

Permalink
Version 21.00
Browse files Browse the repository at this point in the history
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).
  • Loading branch information
bagyi0 authored and vim-scripts committed Feb 6, 2015
1 parent 75c028a commit be1f55f
Show file tree
Hide file tree
Showing 4 changed files with 1,526 additions and 1,156 deletions.
Loading

0 comments on commit be1f55f

Please sign in to comment.