]> 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:35:23 +0000 (19:35 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 13 Apr 2011 23:35:23 +0000 (19:35 -0400)
commitedae4fb582be6ebb422e06b6e6fabc2c1440c9df
tree2e1b22170dee40606da7ba45e1a6294333d7d40d
parent703a83af52b1d551a0d7f4f1348b93eac35151af
  - a "having" clause would be copied from the
    inside to the outside query if from_self()
    were used. [ticket:2130].
CHANGES
lib/sqlalchemy/orm/query.py
test/orm/test_query.py