diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2007-09-22 15:55:02 +0000 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2007-09-22 15:55:02 +0000 |
commit | 7f6bf93da869a5b59c53d0d10a50da3c23c4b738 (patch) | |
tree | d166f0ed44e4b1b51de1ad28f2bfc56d8b565cfd /test/dialect/postgres.py | |
parent | 927d5d8929ad865182d6c6815dd5df8875777ceb (diff) | |
download | sqlalchemy-7f6bf93da869a5b59c53d0d10a50da3c23c4b738.tar.gz |
- added 'comparator' keyword argument to PickleType. By default, "mutable"
PickleType does a "deep compare" of objects using their dumps() representation.
But this doesn't work for dictionaries. Pickled objects which provide an
adequate __eq__() implementation can be set up with "PickleType(comparator=operator.eq)"
[ticket:560]
Diffstat (limited to 'test/dialect/postgres.py')
0 files changed, 0 insertions, 0 deletions