]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- reverse order of columns in sample CTEs as this is a UNION and the cols need to...
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 2 Apr 2014 22:11:11 +0000 (18:11 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 2 Apr 2014 22:11:11 +0000 (18:11 -0400)
commitb23bb79581ffab33231bc6fb7a49917888d4a836
tree3893a52a83dab27b719ef7cb93f511721457161d
parent66f2e1257a98bdb257e15a0d9b9588289ef40631
- reverse order of columns in sample CTEs as this is a UNION and the cols need to line up
- alter this in the unit tests as well as these queries were just copied from the tests
- remove the included_parts.join(parts) from the core CTE doc (also just copied from the
test, where we want to make sure joins don't get screwed up with the CTE) as it doesn't
contribute to the query itself
fixes #3014
lib/sqlalchemy/orm/query.py
lib/sqlalchemy/sql/selectable.py
test/sql/test_cte.py