]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- query.join() raises an error when the target of the join
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 6 Jan 2009 04:30:11 +0000 (04:30 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 6 Jan 2009 04:30:11 +0000 (04:30 +0000)
commitd14317fd7a05be0ec4586981e8875ae563558f81
tree5574a7bf1bf37c16bb98313a977c850afd00d3ff
parente1401bd28e5d127ef1c079b5426be37d63ab0157
- query.join() raises an error when the target of the join
doesn't match the property-based attribute - while it's
unlikely anyone is doing this, the SQLAlchemy author was
guilty of this particular loosey-goosey behavior.
CHANGES
lib/sqlalchemy/orm/query.py
test/orm/query.py