]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
fixed bug where if a many-to-many table mapped as "secondary" had other cols in it...
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 16 Jun 2006 03:19:53 +0000 (03:19 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 16 Jun 2006 03:19:53 +0000 (03:19 +0000)
commit091d40344ebeedd4633841146449ac772e33b631
tree9c6fb01ac1fd694345f29aff0cc52bc35c9ca555
parentb63c5cc8b150e02c29e470cccd95b261d312654f
fixed bug where if a many-to-many table mapped as "secondary" had other cols in it, delete operations would try to match up on those columns.  also fixed bug in new attributes if you set a list based attribute to a blank list, properly fires the 'delete' event for the elements of the previous list
CHANGES
lib/sqlalchemy/attributes.py
lib/sqlalchemy/orm/dependency.py
test/orm/objectstore.py
test/tables.py