Skip to content

Multiple SQL Statements Per File #67

@atomdmac

Description

@atomdmac

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?

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions