mirror of
https://github.com/aljazceru/turso.git
synced 2026-02-19 15:05:47 +01:00
Revives the `MemorySim` PR and fixes a page cache issue where we could have a unlocked and unloaded page in the page cache after a FaultyQuery. The page would continue in the cache and could affect other queries as the `page_cache` is at the `Connection` level. Depends on #2785 Closes #2693