mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-25 12:04:21 +01:00
Our current UPDATE/DELETE fuzz tests are coupled to the btree and do not exercise the VDBE code paths at all, so a separate one makes sense. This test repeats the following: - Creates one table with n columns - Creates (0..=n) indexes - Executes UPDATE/DELETE statements - Asserts that both sqlite and tursodb have the same DB state after each stmt