]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- [bug] Fixed bug where unpickled object didn't
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 28 Jan 2012 18:48:05 +0000 (13:48 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 28 Jan 2012 18:48:05 +0000 (13:48 -0500)
commit029ae72b2fffc5a69acf7fc610377cd0a148870e
tree40cb58c19deeacfaf2c7f30507b0cafdf5066356
parent4480eea62225951263892831190012dcea10c2e0
- [bug] Fixed bug where unpickled object didn't
have enough of its state set up to work
correctly within the unpickle() event established
by the mutable object extension, if the object
needed ORM attribute access within
__eq__() or similar. [ticket:2362]
CHANGES
lib/sqlalchemy/orm/state.py
test/ext/test_mutable.py