]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Split the OP_Integer opcode into OP_Integer and OP_Int64. This allows
authordrh <drh@noemail.net>
Thu, 21 Jul 2005 18:23:20 +0000 (18:23 +0000)
committerdrh <drh@noemail.net>
Thu, 21 Jul 2005 18:23:20 +0000 (18:23 +0000)
commit29dda4ae6589366c709011925a7e71bc5e72f60d
tree5deb98bcf918eb8bb225ef335cd14ed4c4e760ec
parent7ec764a29ef3e96ce34cc2a969fb71f71f21f726
Split the OP_Integer opcode into OP_Integer and OP_Int64.  This allows
comments to be added to OP_Integer.  Cleanup in the optimizer.  Allow
terms of the FROM clause to be reordered automatically. (CVS 2556)

FossilOrigin-Name: e2f822ac82d0a5a59de0b63cce65d4fd6c178ff1
manifest
manifest.uuid
src/build.c
src/delete.c
src/expr.c
src/insert.c
src/sqliteInt.h
src/update.c
src/vdbe.c
src/where.c