]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Fixed duplicate append event emission on repeated instrumented set.add() operations.
authorJason Kirtland <jek@discorporate.us>
Mon, 5 May 2008 17:08:00 +0000 (17:08 +0000)
committerJason Kirtland <jek@discorporate.us>
Mon, 5 May 2008 17:08:00 +0000 (17:08 +0000)
commit71e266f77e75a72281ccae4557af172595546f88
treeb9787857ceba81cd5460313d817889a21a273954
parent18d0066f8fdb5cfa06586cb93205c9c1ec5c7c0a
Fixed duplicate append event emission on repeated instrumented set.add() operations.
CHANGES
lib/sqlalchemy/orm/collections.py
test/orm/collection.py