Description[sql] Scoped recovery framework.
sql::Recovery is intended to be used within a sql::Connection error
callback to either recover the database (*) or indicate that the
database is unrecoverable and should be razed. The intend is that the
code should either progress to a valid database which is composed of
data recovered from the original (likely corrupt) database, or a valid
database which is empty.
This is just the framework without the SQLite-level data-recovery
virtual table.
BUG=109482
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=212607
Patch Set 1 #
Total comments: 1
Patch Set 2 : Rebase to match Open() retry logic. #
Messages
Total messages: 13 (0 generated)
|