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
2026-01-23 09:54:26 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
c578f7ba96249e233753a4547a36624591587b29
turso
/
simulator
/
generation
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
adjust Rng generic to include ?Sized + introduce WeightedDistribution trait
2025-10-07 02:36:13 -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
property.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
query.rs
add Query::Placeholder
2025-10-07 11:38:47 -03:00