Skip to content
New issue

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

creating two tables sometimes corrupts database #532

Open
jussisaurio opened this issue Dec 21, 2024 · 0 comments
Open

creating two tables sometimes corrupts database #532

jussisaurio opened this issue Dec 21, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@jussisaurio
Copy link
Collaborator

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

@jussisaurio jussisaurio added the bug Something isn't working label Dec 21, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant