]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Changes to the "sqlite" structure that allow simultaneous operations on
authordrh <drh@noemail.net>
Thu, 27 Mar 2003 12:51:24 +0000 (12:51 +0000)
committerdrh <drh@noemail.net>
Thu, 27 Mar 2003 12:51:24 +0000 (12:51 +0000)
commitd24cc427b7f83ca65aefbb6cf1831d0461f16357
treee8c0700ba474499cd46b5f6cc49c3bd1a4b607c0
parent84e6335c0c244dfde752ee4e166b6770dd9d2e10
Changes to the "sqlite" structure that allow simultaneous operations on
multiple database files.  Many regession tests pass - but not all of them.
Do not use this version except for debugging SQLite itself. (CVS 883)

FossilOrigin-Name: d2fb2bb50cf1e13feb90995079f291384abd6ba9
14 files changed:
manifest
manifest.uuid
src/build.c
src/delete.c
src/expr.c
src/func.c
src/insert.c
src/main.c
src/parse.y
src/select.c
src/sqliteInt.h
src/trigger.c
src/update.c
src/where.c