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
New Features
- Tutorial - Based on feedback from users, created a step by step tutorial.
All users should try the tutorial to learn how to use the various features
of the plugin.
- DBGetOption - without parameters populates the Result window with all
options.
- DBGetOption and DBSetOption support command line completion for the
various options (DBGetOption d<tab>, will cycle through all options
beginning with "d").
- New option, replace_title, changes the title of the buffer to show
connection information which is useful if you are using a scratch buffer to
test SQL.
- IntegratedLogin support for Windows users.
- DBExecRangeSQL - useful for custom mappings, and executing commands
without visual mode.
- New maps <Leader>sea - sql - execute - all (lines in the file),
<Leader>sel - sql - execute - line (the current line)
- New filetype support - jproperties
Bug Fixes
- dbname was not defaulting correctly.
- bin_path did not work correctly on windows platforms.
- Updated the connection text in the Result buffer.
- Overhauled the DB2 support.
0 commit comments