-
Notifications
You must be signed in to change notification settings - Fork 67
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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?
joe-re, Moggers, nickell, artur-shaik, mizlan and 3 more
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request