]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add a parameter to specify the size of the output buffer passed to xGetTempname(...
authordanielk1977 <danielk1977@noemail.net>
Mon, 17 Sep 2007 07:02:56 +0000 (07:02 +0000)
committerdanielk1977 <danielk1977@noemail.net>
Mon, 17 Sep 2007 07:02:56 +0000 (07:02 +0000)
commitadfb9b0501e005d10aaec727fa56ed5beff0d7d0
tree5ab83d741a99c37bae56a628f154647193bded56
parent76ee37f9bb393e45eaf724921853668960b34294
Add a parameter to specify the size of the output buffer passed to xGetTempname() and xFullPathname(). This, and the previous commit, are changes to the public vfs API introduced in 3.5.0. (CVS 4433)

FossilOrigin-Name: 8b29f5fbfc723cdf67cf3410cd01f7c17ea39a4b
12 files changed:
manifest
manifest.uuid
src/btree.c
src/os.c
src/os.h
src/os_unix.c
src/os_win.c
src/pager.c
src/sqlite.h.in
src/test6.c
src/test_async.c
src/test_onefile.c