]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- a "having" clause would be copied from the
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 13 Apr 2011 23:27:40 +0000 (19:27 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 13 Apr 2011 23:27:40 +0000 (19:27 -0400)
commit674d4f8d3f896a07346330d7abc52abc310392e0
treed567806471ef208d1d99265749fcae27afa3f8dd
parentc67b0c56a3d0fa64a866ae8eb5e5860fbc7e7793
- a "having" clause would be copied from the
inside to the outside query if from_self()
were used; in particular this would break
an 0.7 style count() query [ticket:2130].
(also in 0.6.7)
CHANGES
lib/sqlalchemy/orm/query.py
test/orm/test_froms.py