summaryrefslogtreecommitdiff
path: root/tests/admin_scripts
diff options
context:
space:
mode:
authorSimon Charette <charette.s@gmail.com>2020-05-14 00:14:48 -0400
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2020-05-14 09:31:15 +0200
commitadfbf653dc1c1d0e0dacc4ed46602d22ba28b004 (patch)
treedad32d2c85cf7d0df06eb0a1551570ad07f2cf8b /tests/admin_scripts
parent42c08ee46539ef44f8658ebb1cbefb408e0d03fe (diff)
Fixed #31568 -- Fixed alias reference when aggregating over multiple subqueries.
691def10a0197d83d2d108bd9043b0916d0f09b4 made all Subquery() instances equal to each other which broke aggregation subquery pushdown which relied on object equality to determine which alias it should select. Subquery.__eq__() will be fixed in an another commit but Query.rewrite_cols() should haved used object identity from the start. Refs #30727, #30188. Thanks Makina Corpus for the report.
Diffstat (limited to 'tests/admin_scripts')
0 files changed, 0 insertions, 0 deletions