]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Remove the internal sqlite3CodeOnce() interface, replacing it with a
authordrh <drh@noemail.net>
Thu, 22 Sep 2016 18:53:13 +0000 (18:53 +0000)
committerdrh <drh@noemail.net>
Thu, 22 Sep 2016 18:53:13 +0000 (18:53 +0000)
commit511f9e8d29925fd2b68318df516102b8662f4778
tree40deba6bafd9df3af6646c25b9c18129cb57fbc7
parent5a0da94302fbfe9d97ac57dc9e5c5064cf70073e
Remove the internal sqlite3CodeOnce() interface, replacing it with a
direct call to sqlite3VdbeAddOp0(v,OP_Once).  Slightly smaller and faster.

FossilOrigin-Name: c3774c6a5fe48af91fda28e9e18c6ed9053ea992
manifest
manifest.uuid
src/delete.c
src/expr.c
src/select.c
src/sqliteInt.h
src/where.c