Releases: cosminadrianpopescu/vim-sql-workbench
Fixed several issues
- Added the
SWDbExplorerReconnect
command (for reconnecting a dbexplorer timeout session, where you cannot dowbconnect
) - Changed the autocomplete from omni function to userfunction (use
<C-x><C-u>
instead of<C-x><C-o>
for intellisense autocomplete) - Fixed #7 issue
- Set the maximum number of rows to 100 for dbexplorer to the connection lever rather then to each command level
- Fixed #9 issue
[](http://sourceforge.net/projects/vim-sql-workbench/files/3.1/Fixed several issues.zip/download)
Re-design
Transactions
- Added transactions
- fix #2 issue
Improved intellisense
The autocomplete is now persisted on the hard drive. This means that it can be loaded automatically every time you open a buffer for a given profile.
Deprecated methods:
- SWSqlAutocompleteSetDefault
- SWSqlAutocompleteWithDefault
[](http://sourceforge.net/projects/vim-sql-workbench/files/1.3/Improved intellisense.zip/download)
Added variables
Added variables (parameter substitution when sending sql queries to the DBMS)
[](http://sourceforge.net/projects/vim-sql-workbench/files/1.2/Added variables.zip/download)
Solved issue 5
Solved github issue 5 (#5)
[](http://sourceforge.net/projects/vim-sql-workbench/files/1.1.3/Solved issue 5.zip/download)
Improved autocomplete
- Improved autocomplete (updated some regex patterns and fixed some small bugs)
- Updated the vim help documentation
- Added the g:sw_delete option
[](http://sourceforge.net/projects/vim-sql-workbench/files/1.1.2/Improved autocomplete.zip/download)
Minor bugs fixing
Fixed the issues: 3
1.1.0
Added asynchronous options