Comment by eatonphil

5 days ago

> I'm only sad that I didn't put SQLite under test earlier in the year, or I would have found this issue right away

Unless you guys routinely add assertions to libraries I don't see how you would have caught this?

I mean for sure databases should guard against lost writes but how would you have known to add that particular assert?