]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Remove the xGetTempname() method from the vfs structure. Temp files are now opened...
authordanielk1977 <danielk1977@noemail.net>
Fri, 6 Jun 2008 11:11:25 +0000 (11:11 +0000)
committerdanielk1977 <danielk1977@noemail.net>
Fri, 6 Jun 2008 11:11:25 +0000 (11:11 +0000)
commit17b90b5316d385494415d2f4826fafda772e82b5
tree50b7f9967da6bf20afa154f76cccc97e7e3c9468
parent4b5255ac3140226c4bf9dfdf8eb3c7515a40cb32
Remove the xGetTempname() method from the vfs structure. Temp files are now opened by passing a NULL pointer as the filename to xOpen(). (CVS 5190)

FossilOrigin-Name: 5173b3e816c7eb711cd21a9068bbafb9ebb7cff1
16 files changed:
manifest
manifest.uuid
src/os.c
src/os_unix.c
src/os_win.c
src/pager.c
src/pager.h
src/sqlite.h.in
src/test3.c
src/test6.c
src/test_async.c
src/test_devsym.c
src/test_onefile.c
src/test_osinst.c
src/vdbeaux.c
test/pragma.test