On Apr 9, 2008, at 11:40 AM, Jonathan LaCour wrote:

>
> To be entirely honest with you, I think you'd be better off not
> attempting to pickle objects into your session, which could get out
> of hand relatively quickly.  It sounds like you are building up
> an object across multiple HTTP requests, and I'd suggest that you
> consider not creating the object and persisting it to the database
> until all of that data is available.

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 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