]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- [bug] Fixed bug whereby a primaryjoin
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 12 Mar 2012 20:35:27 +0000 (13:35 -0700)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 12 Mar 2012 20:35:27 +0000 (13:35 -0700)
commit57868f587ee9f1e35661e8dfadc0b73740300da6
treed3150918249ea97076bb462ca005ea65b4e6ed89
parent6c03a8ddd366b62285e2671a25a429f7bff1d052
- [bug] Fixed bug whereby a primaryjoin
condition with a "literal" in it would
raise an error on compile with certain
kinds of deeply nested expressions
which also needed to render the same
bound parameter name more than once.
[ticket:2425]
CHANGES
lib/sqlalchemy/sql/compiler.py
test/sql/test_selectable.py