On 24/06/2012 11:38 AM, Pavel Ivanov wrote:
Such thing shouldn't ever happen, otherwise SQLite has a serious bug. Pavel
It could be just my code of course. I guess I need to write a simple console app that simulates this to see if this guess is valid or not in the first place.
It does raise an interesting question though - how is this handled in SQLite internally? When there are two writers, both writing to the same DB (WAL mode) and one of them crashes before reaching a checkpoint, will the second writer pick up on that and checkpoint correctly? To put it simply - are checkpoints DB-specific or application-specific?
Dennis _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users