We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
limbo> create table a (b integer primary key); limbo> create table b (c integer primary key); <-- doesn't seem to matter what this is
SQLite version 3.46.0 2024-05-23 13:25:27 Enter ".help" for usage hints. sqlite> select * from a; Parse error: malformed database schema (b) - invalid rootpage (11)
doesn't happen every time
The text was updated successfully, but these errors were encountered:
No branches or pull requests
doesn't happen every time
The text was updated successfully, but these errors were encountered: