]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
added a third "mapper" to a many-to-many relationship that becomes the dependency...
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 3 Dec 2005 04:34:12 +0000 (04:34 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 3 Dec 2005 04:34:12 +0000 (04:34 +0000)
commitdecc3247b48d0cdfb70ed26a971cbaeb0079a0b4
treefc47cc73252b51bb08a9774f55135af5a8fd56c2
parent9a205e891d9b63ee83590a20772f3ee22e713398
added a third "mapper" to a many-to-many relationship that becomes the dependency in the "middle", thus allowing circular many-to-many relationships
added testcase to the 'double' test suite (whose name will change...)
small fix to table.get_col_by_original
added **kwargs to EagerLazyOption so other property options can be sent through
lib/sqlalchemy/mapper.py
lib/sqlalchemy/schema.py
lib/sqlalchemy/sql.py
lib/sqlalchemy/util.py
test/double.py