]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Initial implementation of the sqlite3_file_control() interface.
authordrh <drh@noemail.net>
Fri, 31 Aug 2007 16:11:35 +0000 (16:11 +0000)
committerdrh <drh@noemail.net>
Fri, 31 Aug 2007 16:11:35 +0000 (16:11 +0000)
commitcc6bb3eaebcff254e9ddb4d0f204656cf78d107b
treea5f588f960c518cc14dbd2e5d55242ee2a499ed9
parent3570ad93d8325611dc61a6f01d1c7ce0d7277c03
Initial implementation of the sqlite3_file_control() interface.
Compiles and passes all historical tests but the new method is itself
untested. (CVS 4353)

FossilOrigin-Name: d3ab3e3911f10b17d0859a34f4f007c790a0cd82
13 files changed:
manifest
manifest.uuid
src/loadext.c
src/main.c
src/os.c
src/os.h
src/os_unix.c
src/os_win.c
src/pager.c
src/pager.h
src/sqlite.h.in
src/sqlite3ext.h
src/test6.c