]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Improved technique for parsing the ON and USING clauses of a join is faster
authordrh <>
Thu, 7 Apr 2022 01:11:13 +0000 (01:11 +0000)
committerdrh <>
Thu, 7 Apr 2022 01:11:13 +0000 (01:11 +0000)
commitd44f8b2385eeb97d799fe5172c7514972c6f3359
tree0350d9b592093c18ddbd7eb5c8363e2dae5ba206
parent200adc9e75fdc08beaf70536d3983b3434e45ded
Improved technique for parsing the ON and USING clauses of a join is faster
and uses less memory.

FossilOrigin-Name: 158156a3e3d50042cafc75dea3aaaa68b1f2efb9c3d178518ea6e68e32e0d21c
16 files changed:
manifest
manifest.uuid
src/alter.c
src/attach.c
src/build.c
src/delete.c
src/expr.c
src/parse.y
src/resolve.c
src/select.c
src/sqliteInt.h
src/whereexpr.c
test/e_select.test
test/join.test
test/tkt3935.test
test/vtab6.test