]> 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:13:52 +0000 (18:13 -0400)
commitdf7fe021a945287edc500cd9983258eec4a1970c
tree98246c5b7790d23332c64f00a13325e365d839a4
parent6bb74b6ede5d7eedded3385c7a2b5736869ff05a
- 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/expression.py
test/sql/test_cte.py