Skip to content
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

[sqlite] Parse error: parser stack overflow #153

Open
ohaibbq opened this issue Feb 1, 2024 · 1 comment
Open

[sqlite] Parse error: parser stack overflow #153

ohaibbq opened this issue Feb 1, 2024 · 1 comment

Comments

@ohaibbq
Copy link
Contributor

ohaibbq commented Feb 1, 2024

Some queries that we issue to the the emulator become too complex for the sqlite3 parser once they've been transformed by zetasqlite.

sqlite3 is currently working on experimental functionality that allows the parser stack to grow. Once it is merged, we should update mattn/go-sqlite3 to allow for more complex queries to be run.

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

1 participant