]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- PickleType will compare using `==` when set up with mutable=False,
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 18 Nov 2007 16:32:47 +0000 (16:32 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 18 Nov 2007 16:32:47 +0000 (16:32 +0000)
commit268834989c282963e42cc7bf27d17bcb59dca7a0
tree8f9164b0843af842580a4fe2f4423a488436818b
parent177c2219c6eacd872ab40dc48d5c9493e07ba264
- 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).
CHANGES
lib/sqlalchemy/types.py