]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Honor the SQLITE_OPEN_ flags passed into sqlite3_open_v2(). Some
authordrh <drh@noemail.net>
Mon, 3 Sep 2007 15:19:34 +0000 (15:19 +0000)
committerdrh <drh@noemail.net>
Mon, 3 Sep 2007 15:19:34 +0000 (15:19 +0000)
commit33f4e02af65cd4ab4292a09cbd9d3d304f4cb536
tree6d6d5b6b06e1454dbf4add9450a3dbf9c11eb3a1
parentcd2543b6ae6a3ac7dff3232624c93a073824bf06
Honor the SQLITE_OPEN_ flags passed into sqlite3_open_v2().  Some
test cases added but more are needed.  Ticket #2616. (CVS 4376)

FossilOrigin-Name: 020a2b10d408f51d4ef3211c5f701f5378fd4625
19 files changed:
manifest
manifest.uuid
src/attach.c
src/btree.c
src/btree.h
src/build.c
src/journal.c
src/main.c
src/os_unix.c
src/pager.c
src/pager.h
src/sqlite.h.in
src/sqliteInt.h
src/tclsqlite.c
src/test2.c
src/test3.c
src/test_async.c
src/vdbe.c
test/openv2.test [new file with mode: 0644]