]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
adjustment to compile synchronizers which allows many-to-many synchronize to work...
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 26 Feb 2006 06:14:12 +0000 (06:14 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 26 Feb 2006 06:14:12 +0000 (06:14 +0000)
commit0e436bdbee043c651e4b389155823374aceaceed
tree605bffad46cb5c3dbb014bffe7d565b9099efcbc
parent770ec1ce7aaadffe6a98ddc581d1b05d2657a2e4
adjustment to compile synchronizers which allows many-to-many synchronize to work even when one side of the relation has both tables in it (new unittest will be added to inheritance.py to show this...)
lib/sqlalchemy/mapping/properties.py
test/mapper.py