]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- any(), has(), contains(), attribute level == and != now
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 17 Feb 2008 01:15:43 +0000 (01:15 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 17 Feb 2008 01:15:43 +0000 (01:15 +0000)
commita3f67fecb27363c73f833cc72cefbff5e8754598
tree349edaf8f429ebafab3e3db7445f2ab583c4d74d
parent191dbee5c899af3a80050dcfd844c5ebc04195b2
- any(), has(), contains(), attribute level == and != now
work properly with self-referential relations - the clause
inside the EXISTS is aliased on the "remote" side to
distinguish it from the parent table.
CHANGES
lib/sqlalchemy/orm/properties.py
test/orm/query.py