]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- fixes to the "exists" function involving inheritance (any(), has(),
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 2 May 2008 19:23:58 +0000 (19:23 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 2 May 2008 19:23:58 +0000 (19:23 +0000)
commitb69bb282a5ebfa5c0fd2b2257e0ff1a0da826398
tree440bd7e4bc89a2f96a15919619ebbdf6b3996fa4
parenta61dfeeff3ce46c5038fe6b05eae66545a0a43e2
- fixes to the "exists" function involving inheritance (any(), has(),
~contains()); the full target join will be rendered into the
EXISTS clause for relations that link to subclasses.
CHANGES
lib/sqlalchemy/orm/properties.py
test/orm/inheritance/query.py