]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- PickleType now favors == comparison by default,
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 11 Dec 2008 17:27:33 +0000 (17:27 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 11 Dec 2008 17:27:33 +0000 (17:27 +0000)
commitf527d3b9afc212f33bf75084fae5664513ca4184
treef7db36820d616416a30577f05eb6575f27fbeeb7
parenta44f9d1bfd31f1c5767dc1fd079e82acce5e7e2a
- PickleType now favors == comparison by default,
if the incoming object (such as a dict) implements
__eq__().  If the object does not implement
__eq__() and mutable=True, a deprecation warning
is raised.
CHANGES
lib/sqlalchemy/types.py
lib/sqlalchemy/util.py
test/orm/mapper.py
test/orm/unitofwork.py
test/pickleable.py
test/sql/testtypes.py
test/testlib/testing.py