]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Use sqlite3ExprAlloc() instead of sqlite3PExpr() for leaf nodes in the
authordrh <drh@noemail.net>
Fri, 23 Sep 2016 20:59:31 +0000 (20:59 +0000)
committerdrh <drh@noemail.net>
Fri, 23 Sep 2016 20:59:31 +0000 (20:59 +0000)
commite1c03b62339203d373b12dfcc4b06940f1bbea0c
tree7736ad7ae9fa01e1e2fe8d2298fecdf2096675b8
parent8dd099bbaa84abf5e240a5b0acef78bccbef54cb
Use sqlite3ExprAlloc() instead of sqlite3PExpr() for leaf nodes in the
expression tree, where appropriate.  This is both smaller and faster.

FossilOrigin-Name: afac0709cec577a7851e3711730712cf12eeb6af
manifest
manifest.uuid
src/expr.c
src/fkey.c
src/parse.y
src/test_delete.c
src/whereexpr.c