|
|
|
|
|
by ok_dad
1403 days ago
|
|
I don't think that would work; there is also a -wal2 file which might be the active WAL file at the time a DB was closed. If you took an older library and tried to open that same DB, you would lose the data in the -wal2 file since that older library would ignore it. |
|
The answer kinda has to be 'yes' right? This is SQLite we're speculating about here.