2016-03-08 14:40:11
— part of check-in
[1fefa967aa]
on branch default-synchronous
— Add compile-time options SQLITE_DEFAULT_SYNCHRONOUS and
SQLITE_DEFAULT_WAL_SYNCHRONOUS used to specify the default synchronous
settings for all database connections.
(user:
drh
size: 68180)
2016-03-08 15:47:47
— part of check-in
[5a847a676e]
on branch trunk
— Add the SQLITE_DEFAULT_SYNCHRONOUS and SQLITE_DEFAULT_WAL_SYNCHRONOUS
compile-time options. Automatically switch to the WAL_SYNCHRONOUS setting
when first opening a WAL-mode database if the synchronous setting has not
been previously set by the application.
(user:
drh
size: 68180)