|
|
|
|
|
by samatman
1402 days ago
|
|
As an informed guess: backward compatibility. This way an SQLite library which has never heard of a WAL2 file will just use WAL mode instead, instead of potentially being confused by the unheard-of existence of multiple .wal files. |
|