]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed adaptation of EXISTS clauses via any(), has(), etc.
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 26 Feb 2009 15:16:06 +0000 (15:16 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 26 Feb 2009 15:16:06 +0000 (15:16 +0000)
commit8d295ec1189576f4ab918f8288812277567db6a1
tree77b3b0a84c1f491d4c72bb9fffc098fc832785d7
parentb2204616c70d8db9990b086e900a0b915eb31bbd
- Fixed adaptation of EXISTS clauses via any(), has(), etc.
in conjunction with an aliased object on the left and
of_type() on the right.  [ticket:1325]
CHANGES
lib/sqlalchemy/orm/properties.py
test/orm/inheritance/query.py