vim-sql-workbench
vim-sql-workbench copied to clipboard
SQL For Vim (provides access from VIM to any DBMS, like dbext)
Set SQL Workbench/J to not use JLine (in SQL Workbench/J config file, add the following line: workbench.console.use.jline=false) Excuse me sir, i just wanna talk about where config file sql workbench...
It is a great plugin, I really like it. So far so good, except for the intellisense feature. I have read another issue related to this (https://github.com/cosminadrianpopescu/vim-sql-workbench/issues/22), but I thing...
Reproduction: 1. Open VIM 2. Connect to an existing profile 3. Open SQL Workbench and - create new profile - save changes 4. Back in VIM issue "CtrlPClearSWCache" 5. Open...
We should check that if the selected text is bigger than a given amount, then it should be copied in a temporary file and use a WbInclude . If we...
An sql on the first line of the file will be sent to the server without the separator, causing the server to block