sql-language-server
sql-language-server copied to clipboard
Multiple SQL Statements Per File
When working on a local SQL file with this context:
SELECT * from table_1 where id = 1;
SELECT * from table_2 where id = 2;
I get the following error:
Error:Expected "--", "/*", [ \t\n\r], or end of input but "S" found.
This is using the NVIM 0.5 nightly build with vim-lsp.
Is this expected? And if so, is there a way to allow for multiple SQL statements in a single file like this?
It's this bug will be solved one day? Unfortunately because of that, it ruin the experience with this awesome lsp