Files
turso/core/storage
Pere Diaz Bou e85fb86ff4 Request load page on insert_into_page
We assumed page was loaded because before inserting we would move there. `NewRowId` unfortunately moves cursor to the rightmost page causing eviction of root page -- this arose the issue with `insert_into_page` not loading the page we were supposed to have loaded so I added `return_if_locked_maybe_load` which is a utility macro to check if the page is locked and if not, load it if needed.
2025-04-02 16:24:53 +02:00
..
2025-04-02 16:24:53 +02:00
2025-04-02 16:24:53 +02:00
2025-03-28 11:30:19 +01:00