This website requires JavaScript.
Explore
Help
Sign In
aljaz
/
turso
Watch
1
Star
0
Fork
0
You've already forked turso
mirror of
https://github.com/aljazceru/turso.git
synced
2025-12-24 19:44:21 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
14e104f8308ae87f0ba5600709c930e032d01027
turso
/
simulator
/
shrink
History
pedrocarlo
21fc8bae2a
Property::FaultyQuery
and
FsyncNoWait
stored a list of tables to check the on the database. Again, the FaultyQuery could be a Drop Table which meant that we could be running a SELECT on an inexistent table. To solve this, just insert a Property that check all the tables in the db after a Faulty Property
2025-10-07 13:23:35 -03:00
..
mod.rs
this commit restructures the interaction generation in order to have
2025-01-11 02:20:22 +03:00
plan.rs
Property::FaultyQuery
and
FsyncNoWait
stored a list of tables to check the on the database. Again, the FaultyQuery could be a Drop Table which meant that we could be running a SELECT on an inexistent table. To solve this, just insert a Property that check all the tables in the db after a Faulty Property
2025-10-07 13:23:35 -03:00