Skip to content

Releases: cosminadrianpopescu/vim-sql-workbench

Fixed several issues

16 Apr 20:11
Compare
Choose a tag to compare
  • Added the SWDbExplorerReconnect command (for reconnecting a dbexplorer timeout session, where you cannot do wbconnect)
  • 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

[Download vim-sql](http://sourceforge.net/projects/vim-sql-workbench/files/3.1/Fixed several issues.zip/download)

Re-design

01 Apr 19:43
Compare
Choose a tag to compare
  • Switch to using sqlwbserver for improved performance
  • Lots of new commands (like SWSqlAutocompleteLoad or SWSqlAutocompletePersist).
  • added python dependency (needed for using sqlwbserver)
  • Some commands became obsolete (like SWSqlOpen)
  • fixed issue #4

Download vim-sql

Transactions

19 Mar 20:27
Compare
Choose a tag to compare
  • Added transactions
  • fix #2 issue

Download vim-sql

Improved intellisense

08 Mar 20:48
Compare
Choose a tag to compare

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

[Download vim-sql](http://sourceforge.net/projects/vim-sql-workbench/files/1.3/Improved intellisense.zip/download)

Added variables

07 Mar 21:12
Compare
Choose a tag to compare

Added variables (parameter substitution when sending sql queries to the DBMS)

[Download vim-sql](http://sourceforge.net/projects/vim-sql-workbench/files/1.2/Added variables.zip/download)

Solved issue 5

01 Mar 18:45
Compare
Choose a tag to compare

Improved autocomplete

28 Feb 19:10
Compare
Choose a tag to compare
  • Improved autocomplete (updated some regex patterns and fixed some small bugs)
  • Updated the vim help documentation
  • Added the g:sw_delete option

[Download vim-sql](http://sourceforge.net/projects/vim-sql-workbench/files/1.1.2/Improved autocomplete.zip/download)

Minor bugs fixing

03 Feb 19:47
Compare
Choose a tag to compare

Fixed the issues: 3

1.1.0

20 Jan 13:31
Compare
Choose a tag to compare

Added asynchronous options