-
Notifications
You must be signed in to change notification settings - Fork 74
UNION or JOINS in views #37
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
Comments
You could try changing the stack settings in the config file of this library. But I don't this they would work seamlessly given the limited memory available to operate. |
thanks for your support, you've really made a good job. |
I met the same issue. |
This library is very very helpfull for my projects.
But i need to create views with UNION, or LEFT JOIN.
When i create a view like "CREATE VIEW view1 AS SELECT id, data AS tbl1 UNION SELECT id, data AS tbl2;" directly from the sqlite3_console example with a database with 2 tables, i've this error :
SQL error: 1 parser stack overflow
I've the same error if i create the view in the database from my computer, succesfully test it, and try to use the database from the ESP (esp32)
Is there an option to activate, to do this ?
Thnaks.
The text was updated successfully, but these errors were encountered: