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-25 03:54:21 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
4fc7be5042b7df705b6480646ee58dcfb4fafb8b
turso
/
simulator
/
runner
History
pedrocarlo
4fc7be5042
as we have DROP table now, if we want to generate extensional queries eagerly, without affecting how we document interactions with MVCC, we need to travel
forward
in time and shadow queries eagerly so we can generate queries correctly. This involves cloning the tables unfortunately which is inneficient but correct
2025-10-07 11:38:47 -03:00
..
memory
Replaced manual validation in
SimulatorCLI::validate
with Clap features:
2025-10-02 19:18:38 +05:30
bugbase.rs
read Profile file from path or use predefined profiles
2025-08-30 11:31:52 -03:00
cli.rs
clippy'ed
2025-10-02 19:30:57 +05:30
clock.rs
make simulator use
sql_generation
crate as dependency
2025-08-25 22:59:31 -03:00
differential.rs
modify code to use runtime generation
2025-09-23 21:57:06 -03:00
doublecheck.rs
modify code to use runtime generation
2025-09-23 21:57:06 -03:00
env.rs
as we have DROP table now, if we want to generate extensional queries eagerly, without affecting how we document interactions with MVCC, we need to travel
forward
in time and shadow queries eagerly so we can generate queries correctly. This involves cloning the tables unfortunately which is inneficient but correct
2025-10-07 11:38:47 -03:00
execution.rs
simplify rusqlite execution
2025-09-27 23:52:57 -03:00
file.rs
Replaced manual validation in
SimulatorCLI::validate
with Clap features:
2025-10-02 19:18:38 +05:30
io.rs
Replaced manual validation in
SimulatorCLI::validate
with Clap features:
2025-10-02 19:18:38 +05:30
mod.rs
simplify run_simualtion signature + remove watch mode file as it shares logic with default run simulation logic
2025-09-17 10:49:24 -03:00