alpaylan
|
9347e43dfc
|
clippy + fmt
|
2025-07-15 09:57:55 -04:00 |
|
alpaylan
|
6b96789b6d
|
add random_expr for SELECT <expr>;
|
2025-07-14 18:48:02 -04:00 |
|
alpaylan
|
3a967f9127
|
remove rusqlite integrity check, sync generation with --experimental-indexes, move FaultyQuery to disabled by default
|
2025-07-11 03:35:02 -04:00 |
|
alpaylan
|
b98542d112
|
cargo fmt and cargo clippy fixes
|
2025-07-11 02:12:56 -04:00 |
|
alpaylan
|
65fe60ba57
|
fix the merge conflicts
|
2025-07-11 02:04:14 -04:00 |
|
alpaylan
|
489602b095
|
updates to the oracle implementations for differential and doublecheck, add integrity check to the end of the simulation, run cargo clippy --fix
|
2025-07-11 01:22:40 -04:00 |
|
alpaylan
|
44a2fa60a3
|
add union all cardinality preservation, start generating INSERT INTO t SELECT... queries, add integrity checks to the end of run_simulation
|
2025-07-09 00:14:13 -04:00 |
|
alpaylan
|
ea9c67a950
|
generate joins and unions
|
2025-07-07 02:54:48 -04:00 |
|
alpaylan
|
0bce68b38d
|
wip: add joins to the select
|
2025-07-06 14:46:38 -04:00 |
|
pedrocarlo
|
6b58c4a33f
|
migrate to using limbo_core::Value inside Simulator
|
2025-06-11 11:32:18 -03:00 |
|
pedrocarlo
|
9f2608bded
|
remove previous predicate struct and rewrite generation with the new the struct
|
2025-06-11 11:32:17 -03:00 |
|
alpaylan
|
747b6d15e3
|
add NoREC optimizer testing property
|
2025-02-10 15:42:49 -05:00 |
|
alpaylan
|
47420db16f
|
- implement DROP TABLE support, toggled off from generation for now
- clean up the query generation/printing by separating it into different files and removing duplications
|
2025-02-09 09:28:33 -05:00 |
|