diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2007-11-18 16:32:47 +0000 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2007-11-18 16:32:47 +0000 |
commit | 268834989c282963e42cc7bf27d17bcb59dca7a0 (patch) | |
tree | 8f9164b0843af842580a4fe2f4423a488436818b /lib/sqlalchemy/engine/base.py | |
parent | 177c2219c6eacd872ab40dc48d5c9493e07ba264 (diff) | |
download | sqlalchemy-268834989c282963e42cc7bf27d17bcb59dca7a0.tar.gz |
- PickleType will compare using `==` when set up with mutable=False,
and not the `is` operator. To use `is` or any other comparator, send
in a custom comparison function using PickleType(comparator=my_custom_comparator).
Diffstat (limited to 'lib/sqlalchemy/engine/base.py')
0 files changed, 0 insertions, 0 deletions