]> git.ipfire.org Git - thirdparty/sqlite.git/commit
In the parse tree, combine LIMIT and OFFSET into a single expression rooted
authordrh <drh@noemail.net>
Tue, 14 Nov 2017 23:48:23 +0000 (23:48 +0000)
committerdrh <drh@noemail.net>
Tue, 14 Nov 2017 23:48:23 +0000 (23:48 +0000)
commit8c0833fb218ef0b3fb89bef2b9600834e74cf8b7
tree119a11cfc91a95d6fc4f4da4cceccb7f908089ef
parent65efeaca833662bdeb40240f24f99d5a8e287af2
In the parse tree, combine LIMIT and OFFSET into a single expression rooted
on a TK_LIMIT node, for a small code size reduction and performance increase,
and a reduction in code complexity.

FossilOrigin-Name: 3925facd942c9df663f9b29b1e6f94f6be14af8c2b99eb691bfc836b4c220826
15 files changed:
manifest
manifest.uuid
src/attach.c
src/delete.c
src/expr.c
src/fkey.c
src/insert.c
src/parse.y
src/resolve.c
src/select.c
src/sqliteInt.h
src/treeview.c
src/trigger.c
src/update.c
src/walker.c