]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
start to work on error messages, allow foreign_keys as only argument
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 25 Feb 2012 22:10:06 +0000 (17:10 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 25 Feb 2012 22:10:06 +0000 (17:10 -0500)
commitd37320306560c3d758ed65563d53aa9500095a49
tree59523646cf9622394ff2b321d9a661f8f50dffad
parentd934ea23e24880a5c784c9e5edf9ead5bc965a83
start to work on error messages, allow foreign_keys as only argument
if otherwise can't determine join condition due to no fks
lib/sqlalchemy/exc.py
lib/sqlalchemy/orm/relationships.py
lib/sqlalchemy/sql/util.py
test/orm/test_rel_fn.py
test/orm/test_relationships.py