losfair/mvsqlite

Missing causality tracking in `read_page_hash`

losfair opened this issue · 0 comments

Currently we are missing a conflict range in read_page_hash when the version range is empty. This does not cause data corruption yet since SQLite never reads uninitialized pages, but theoretically this is not correct.