-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Parse multi-line statements correctly #50
Labels
bug
Something isn't working
Comments
Thinking about this, I think now that's best just check if semi-column ( |
piotrkira
added a commit
to piotrkira/libsql-shell-go
that referenced
this issue
Apr 28, 2023
Sqlparser is not maintaned anymore, as it was used just for this simple thing I've decided to reimplement logic of spliting statements into one simple function. Fixes: tursodatabase#50
piotrkira
added a commit
to piotrkira/libsql-shell-go
that referenced
this issue
Apr 28, 2023
Sqlparser is not maintained anymore, as it was used just for this simple thing I've decided to re implement logic of spiting statements into one simple function. Fixes: tursodatabase#50
piotrkira
added a commit
to piotrkira/libsql-shell-go
that referenced
this issue
May 12, 2023
Sqlparser is not maintained anymore, as it was used just for this simple thing I've decided to re implement logic of spiting statements into one simple function. Fixes: tursodatabase#50
piotrkira
added a commit
to piotrkira/libsql-shell-go
that referenced
this issue
May 12, 2023
Sqlparser is not maintained anymore, as it was used just for this simple thing I've decided to re implement logic of spiting statements into one simple function. Related-to: tursodatabase#50
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Our multi-line needs a parser (that can parse incomplete SQL statements) to verify when a statement really ended. Right now, it'll break if I try to insert something like this:
The text was updated successfully, but these errors were encountered: