]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Attempt to make the parser a little faster by storing the ON and USING on-using-opt
authordrh <drh@noemail.net>
Tue, 4 Dec 2018 01:18:36 +0000 (01:18 +0000)
committerdrh <drh@noemail.net>
Tue, 4 Dec 2018 01:18:36 +0000 (01:18 +0000)
commit39a7c34242d00afe13d4db2905f161ce820f5132
tree6aca3e0b871db8abbc2a040393a5508a74589e3d
parentcfc45b1021d779cd3031bdfb8480173bb84f0e47
Attempt to make the parser a little faster by storing the ON and USING
clause in a single OnUsing object.

FossilOrigin-Name: 6770ed0873a0f152bae5849c0e596d46173fd480bb8f07cb90d07739ba2cafb5
manifest
manifest.uuid
src/build.c
src/parse.y
src/select.c
src/sqliteInt.h