]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
simplify remote annotation significantly, and also
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 8 Feb 2012 15:14:36 +0000 (10:14 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 8 Feb 2012 15:14:36 +0000 (10:14 -0500)
commitd1414ad20524c421aa78272c03dce5f839a0aab6
tree3e1ce8014fe934a5cab201073076ca8b302623b8
parentf39c43083a612fdb77dbb3eb2c297cde9662fe81
simplify remote annotation significantly, and also
catch the actual remote columns more accurately.
lib/sqlalchemy/orm/properties.py
lib/sqlalchemy/orm/relationships.py
lib/sqlalchemy/sql/expression.py
lib/sqlalchemy/sql/operators.py
test/orm/test_rel_fn.py
test/orm/test_relationships.py