Michael Bayer wrote:

> I think if Elixir doesn't support mapped entities being pickled,
> or requires end-user __getstate__/__setstate__ (i think the latter
> is the more reasonable requirement), it should be explicit about
> this. pickling/unpickling is a basic necessity particularly for
> people who are using file/memcached-based caching strategies.

You bet.  If this is indeed the problem, then we need to file a
ticket and fix it.  I was arguing against monkeypatching the Entity
class with the custom __getstate__ and __setstate__, but didn't make
that clear.

--
Jonathan LaCour
http://cleverdevil.org

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalchemy@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to