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
------------
- The result window inherits the connection parameters of the buffer which last executed SQL (Antony Scriven). For example, if you retrieve a list of tables, you may want to describe a table or generate a list of columns for one of the tables. Using the usual maps will generate the result you need without prompting for connection parameters. This is especially useful if you have more than 1 buffer and each buffer connects to different databases.
- Added the ability to choose where to put the Result window. When the window is split you can choose vertical or horizontal, bottom or top, and choose the the width of the window for horizontal switches (Clinton Jones).
- Modified DBExecSQLUnderCursor to select all text until end of line if no valid command terminator is found rather than just one letter (David Venus).
- DBGetOption displays the output from :ver for debugging.
Bug Fixes
---------
- Tutorial update (Nico Coetzee).
- Tutorial update (Clinton Jones).
- DBGetOption reported an exception E730: using List as a String.
0 commit comments