Skip to content

Delete Limit issue "parser stack overflow" #74

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

Open
41linea45 opened this issue Jul 16, 2023 · 1 comment
Open

Delete Limit issue "parser stack overflow" #74

41linea45 opened this issue Jul 16, 2023 · 1 comment

Comments

@41linea45
Copy link

DELETE FROM HISTORYWHERE ID IN (SELECT ID FROM HISTORY WHERE ID LIMIT 1 )
SQL error: parser stack overflow Time taken:2444

Hello,
Firstly thank you for amazing library.

I tried delete and limit in sql. it gives error.
Normally, this sql command works in sqlite studio.
How can i use delete and limit in sql command?
Thanks for advance.

@outcastdreamer
Copy link

outcastdreamer commented Nov 7, 2023

I also have questions regarding this error "Parser stack overflow". What queries or operations are causing this error to occur? I believe the queries that cause this error should be mentioned under the "Limitations" section of the documentation. Also any workaround to it if possible.
Amazing library still! It has made file handling redundant in my project!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants