]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- A little more verbiage to the "primaryjoin" error,
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 30 Dec 2010 17:14:32 +0000 (12:14 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 30 Dec 2010 17:14:32 +0000 (12:14 -0500)
commit74b7bd4365c429425dd944c3dee8681a1ca6abdb
tree1b72a0eb6fda23c1d361ddcc2175cf3f3bdcbf6c
parentb1c90de4494369c7c901f9f3e5e21271656024c5
- A little more verbiage to the "primaryjoin" error,
in an unusual condition that the join condition
"works" for viewonly but doesn't work for non-viewonly,
and foreign_keys wasn't used - adds "foreign_keys" to
the suggestion.  Also add "foreign_keys" to the
suggestion for the generic "direction" error.
CHANGES
lib/sqlalchemy/orm/properties.py
test/orm/test_relationships.py