]> 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:43:25 +0000 (14:43 -0400)
commitd9e87a9ddfec33b85b0abe18819e4d11084b740a
tree28e806310e1cf663d35ac0c9bad0865e98d7811c
parentdcc7540ac6ad012214d98d7c6a10749fbda55681
- 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