]> git.ipfire.org Git - thirdparty/sqlite.git/commit
If the user has not set it explicitly, set the "PRAGMA synchronous" setting to
authordan <dan@noemail.net>
Thu, 16 Mar 2017 18:14:39 +0000 (18:14 +0000)
committerdan <dan@noemail.net>
Thu, 16 Mar 2017 18:14:39 +0000 (18:14 +0000)
commitf5da7dbb0773facb0a6a12e25f4139a7c5087c74
tree4c62597ac6cb18980017d92e24b06d5f7fe3c7f1
parentb30574bcae87dd4efe6de37d47a215e112824fe2
If the user has not set it explicitly, set the "PRAGMA synchronous" setting to
SQLITE_DEFAULT_SYNCHRONOUS when a database connection changes from wal to
rollback journal mode.

FossilOrigin-Name: 78030c0f52aa39fb2ab32c75c56e6bcefe6382b8df28b1909e3c911e42dbeca3
manifest
manifest.uuid
src/btree.c
src/ctime.c
src/test_config.c
test/sync2.test [new file with mode: 0644]