]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed bug in CTE where ``literal_binds`` compiler argument would not
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 2 Aug 2014 18:42:57 +0000 (14:42 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 2 Aug 2014 18:42:57 +0000 (14:42 -0400)
commit7c80e521f00a52254678acb7dab632be3e6d0119
treeaef400f87e7f8613c632d478769b415393a69d27
parent32165f50209036a98959553e1c5e81537a091a15
- Fixed bug in CTE where ``literal_binds`` compiler argument would not
be always be correctly propagated when one CTE referred to another
aliased CTE in a statement.
Fixes #3154
doc/build/changelog/changelog_09.rst
lib/sqlalchemy/sql/compiler.py
test/sql/test_cte.py