Roy Hashimoto

Results 53 comments of Roy Hashimoto

> IDBBatchAtomicVFS and IDBMirrorVFS fail on the trunk in slightly different ways. IDBBatchAtomicVFS fails on the test case because it does not allow `PRAGMA page_size=65536` once the database file has...

I think I understand the test case behavior now. The test case does cause IDBBatchAtomicVFS to write past EOF. The reason I didn't think so is because my detection (and...

Thanks for the PR! I have no inherent objections to adding this to the supported API. I would add it unconditionally, i.e. not restricted by type of build. What I'd...