]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Generalized the IdentityManagedState._instance_dict() callable
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 5 Jan 2009 15:34:09 +0000 (15:34 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 5 Jan 2009 15:34:09 +0000 (15:34 +0000)
commitec344ebf72a6f361a192a61e35d8f8491ed41889
tree569962562f59f662a70aea0d5ea2cffa12b2d99e
parentd90cf48c462cea39f4883e799fa1b7dca8f08b13
- Generalized the IdentityManagedState._instance_dict() callable
to the IdentityMap class so that Weak/StrongInstanceDict both
have the same behavior wrt the state referencing the map
- Fixed bug when using weak_instance_map=False where modified
events would not be intercepted for a flush(). [ticket:1272]
CHANGES
lib/sqlalchemy/orm/identity.py
test/orm/session.py