]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
initial annotations approach to join conditions. all tests pass, plus additional...
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 6 Feb 2012 17:20:15 +0000 (12:20 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 6 Feb 2012 17:20:15 +0000 (12:20 -0500)
commit73f734bf80166c7dfce4892941752d7569a17524
tree337f48354f72d2c1ef75f0d9724a395b71e7b50c
parent2dbeeff50b7ccc6f47b2816a59f99f051fdabc8c
initial annotations approach to join conditions.  all tests pass, plus additional tests in #1401 pass.
would now like to reorganize RelationshipProperty more around the annotations concept.
lib/sqlalchemy/orm/properties.py
lib/sqlalchemy/sql/expression.py
lib/sqlalchemy/sql/util.py
lib/sqlalchemy/sql/visitors.py
test/orm/test_joins.py
test/orm/test_query.py
test/orm/test_relationships.py
test/sql/test_selectable.py