]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- got m2m, local_remote_pairs, etc. working
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 10 Feb 2012 02:16:53 +0000 (21:16 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 10 Feb 2012 02:16:53 +0000 (21:16 -0500)
commitbc45fa350a02da5f24d866078abed471cd98f15b
tree2607af2197e003fdc735c020207d4f234d718fee
parent91f4109dc3ec49686ba2393eb6b7bd9bb5b95fb3
- got m2m, local_remote_pairs, etc. working
- using new traversal that returns the product of both sides
of a binary, starting to work with (a+b) == (c+d) types of joins.
primaryjoins on functions working
- annotations working, including reversing local/remote when
doing backref
lib/sqlalchemy/orm/__init__.py
lib/sqlalchemy/orm/properties.py
lib/sqlalchemy/orm/relationships.py
lib/sqlalchemy/orm/strategies.py
lib/sqlalchemy/orm/util.py
lib/sqlalchemy/sql/expression.py
lib/sqlalchemy/sql/util.py
test/orm/test_rel_fn.py
test/orm/test_relationships.py
test/sql/test_generative.py
test/sql/test_selectable.py