]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Allow sub-queries that use UNION ALL to be flattened, even if the parent query is...
authordan <Dan Kennedy>
Wed, 16 Dec 2020 20:00:46 +0000 (20:00 +0000)
committerdan <Dan Kennedy>
Wed, 16 Dec 2020 20:00:46 +0000 (20:00 +0000)
commitde9ed6293de53e89b7c37e7de9a8697d86d7f619
tree4c880f39429a6f6c3e22326ba93cf81692c9db6a
parente5baf5c28351cfaa8daa605e7f066894eac9eef6
Allow sub-queries that use UNION ALL to be flattened, even if the parent query is a join. Still some problems on this branch.

FossilOrigin-Name: 00e4bf74d3dfb87666a2266905f7d1a2afc6eb088d22cfd4f38f048733d6b936
manifest
manifest.uuid
src/select.c
test/selectC.test
test/unionall.test [new file with mode: 0644]
test/unionallfault.test [new file with mode: 0644]
test/whereL.test