]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Change OP_OpenRead and OP_OpenWrite so that the database number is read from the...
authordanielk1977 <danielk1977@noemail.net>
Thu, 3 Jan 2008 07:54:23 +0000 (07:54 +0000)
committerdanielk1977 <danielk1977@noemail.net>
Thu, 3 Jan 2008 07:54:23 +0000 (07:54 +0000)
commit207872a48882bab0cb653e8e1b2510cba61bf1c8
tree49e9c8623940238a5b469d281413dd4a3154d7e1
parent0d78bae377957221773e982ab023ecff924dfd4a
Change OP_OpenRead and OP_OpenWrite so that the database number is read from the P3 operand, not the stack. (CVS 4663)

FossilOrigin-Name: 35da261daf602b1e938f05bbad1ff99213d9f4b9
14 files changed:
manifest
manifest.uuid
src/analyze.c
src/build.c
src/delete.c
src/expr.c
src/insert.c
src/select.c
src/update.c
src/vdbe.c
src/vdbe.h
src/vdbeaux.c
src/vdbeblob.c
src/where.c