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? 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
Currently all the CLI/extension python tests will fail.
thread 'main' panicked at core/storage/sqlite3_ondisk.rs:416:36: called `Result::unwrap()` on an `Err` value: Corrupt("Invalid page type: 83")
I have so far been able to determine that it is reproducible by the following:
limbo>.open new.db limbo> create table t (c); limbo>insert into t values (1234); limbo>.schema
and that will crash with the above error.
EDIT: bisected to feeb398
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently all the CLI/extension python tests will fail.
I have so far been able to determine that it is reproducible by the following:
and that will crash with the above error.
EDIT: bisected to feeb398
The text was updated successfully, but these errors were encountered: