]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Disable the query flattener for aggregate subqueries if the parent query
authordrh <drh@noemail.net>
Mon, 9 Feb 2015 15:21:36 +0000 (15:21 +0000)
committerdrh <drh@noemail.net>
Mon, 9 Feb 2015 15:21:36 +0000 (15:21 +0000)
commit885a5b030ee3717b78bfb82d61e6ee38ef0892ea
tree83b3684c29d19c915596413505453176b0c9a9c0
parent63f845734e7de67fb04ad1e8990c41850547ce07
Disable the query flattener for aggregate subqueries if the parent query
uses other subqueries in its result set or WHERE clause or ORDER BY clause.
Preliminary fix for ticket [2f7170d73bf9abf8].  However it still contains
a defect similar to the COLLATE problem of [ca0d20b6cddd].

FossilOrigin-Name: 0b7d65e3fda676d193347cb782854c28a48252af
manifest
manifest.uuid
src/expr.c
src/parse.y
src/select.c
src/sqliteInt.h