]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Transform OP_HexBlob and OP_String8 to OP_Blob and OP_String the first time they...
authordanielk1977 <danielk1977@noemail.net>
Sat, 29 May 2004 11:24:50 +0000 (11:24 +0000)
committerdanielk1977 <danielk1977@noemail.net>
Sat, 29 May 2004 11:24:50 +0000 (11:24 +0000)
commit0f69c1e3ecba189295a134bb2e25983342126d89
tree64793659a105410b7df18d66af86e186c2236347
parentbd26f925e08abeacd076c5d67c6ef7c01459f52d
Transform OP_HexBlob and OP_String8 to OP_Blob and OP_String the first time they are executed. (CVS 1492)

FossilOrigin-Name: 3225de8902b0e7e60c4d9f3a5ef51bc74f57d364
12 files changed:
manifest
manifest.uuid
src/build.c
src/expr.c
src/insert.c
src/pragma.c
src/select.c
src/trigger.c
src/update.c
src/vdbe.c
src/vdbeaux.c
src/where.c