| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 6.0.tar.gz | 2016-09-25 | 495.8 kB | |
| 6.0.zip | 2016-09-25 | 508.5 kB | |
| README.md | 2016-09-25 | 1.9 kB | |
| Totals: 3 Items | 1.0 MB | 0 | |
This version will break the compatibility with VIM 7. So, before installing this new version, please upgrade to VIM 8.
Changes:
- vim8 required
- python not needed anymore
- every operation is now aynchronous
- added the possibility to add a custom panel to an existing tab in the dbexplorer
- fixed the search which was not working
- eliminated the possibility to select columns to display in search (now you can use anyway :SWSqlShoOnlyColumns command)
- logging the interaction with SQL Workbench/J
- added a timer for commands being executed using vim8 timers
- now each buffer has its own connection to the DBMS (this means that each buffer has it's own transaction, also)
- added the possibility to disconnect a buffer from SQL Workbench/J
- integraton with CtrlP
- integration with Airline
- added the possibility to display the current connection in the status line
- added the possibility to check all connected buffers to the DBMS (see SWSqlShowActiveConnections command)
- removed the support for the sessions (it was not that usefull anyway)
- improved the filtering
- now each buffer has it's own resultset
- added the possibility to clear the resultsets for one buffer or for all at once (see SWSqlWipeoutResultsSets command)
- added the possibility to open the resultset window without executing any command
- added SWSqlGetSqlCount (which will return the number of rows of the current sql)
- removed commands: SWDbExplorerRestore, SWSqlConnectToServer, SWSqlBufferRestore
- new commands: SWSqlBufferConnect, SWSqlBufferDisconnect, SWSqlGetSqlCount, SWSqlGetObjRows, SWSqlShowActiveConnections, SWSqlShoLog, SWSqlShowLastResultset
- new options: sw_log_to_file, sw_command_timer
- removed options: sw_search_default_result_columns
- added a default shortcut to execute a macro
- added a default shortcut to get the number of rows for the current sql