]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add the ability to enable or disable SQLITE_IOCAP_ZERO_DAMAGE using a URI
authordrh <drh@noemail.net>
Wed, 21 Dec 2011 14:42:29 +0000 (14:42 +0000)
committerdrh <drh@noemail.net>
Wed, 21 Dec 2011 14:42:29 +0000 (14:42 +0000)
commitf12b3f609f08e923833bc6c37863f11a82582c03
treeeac19e5f30021873963f5f39db83917425ab8931
parentf694aa6454630efdb04a7cb9f0d91c0fe5376770
Add the ability to enable or disable SQLITE_IOCAP_ZERO_DAMAGE using a URI
parameter for both unix and windows.  Add a file-control to query or disable
the ZERO_DAMAGE setting.  Add the -uri option to the "sqlite3" TCL command
in tclsqlite3.c.  Allow the sqlite3_uri_parameter() interface to accept a
NULL pointer for its first parameter.

FossilOrigin-Name: c83627b73285f883719845c1b9fe85f378f28dd2
manifest
manifest.uuid
src/main.c
src/os_unix.c
src/os_win.c
src/sqlite.h.in
src/tclsqlite.c
src/test1.c
test/zerodamage.test [new file with mode: 0644]