]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Query.join() will check for a call of the
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 2 Jul 2010 00:50:57 +0000 (20:50 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 2 Jul 2010 00:50:57 +0000 (20:50 -0400)
commit87f33448814e2e1dfeff28750e523cd7ec88985d
treedf1a76d75e7a01eef2f3dff287d466d1baffdc5c
parent25db56bc0c1ee30fc0ad9166ac48de7dc8328762
- Query.join() will check for a call of the
form query.join(target, clause_expression),
i.e. missing the tuple, and raise an informative
error message that this is the wrong calling form.
CHANGES
lib/sqlalchemy/orm/query.py
test/orm/test_query.py