On Apr 9, 11:27 am, Jonathan LaCour <[EMAIL PROTECTED]> wrote: > 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.
I'm glad to help with the ticket since I have a use case where this breaks down. For now, I'm just pickling a dictionary and then using it later like: instance = MyEntity(**mydict) as Jonathan suggested. I'll do that until this gets cleared up. Jonathan, let me know if there's something I can do to help. I'd love to understand the issue a little better. I am on the Elixir list, so we can continue this over there. /alex p.s. Thanks for all of your help Michael. I appreciate your patience and persistence. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sqlalchemy" group. To post to this group, send email to [email protected] 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 -~----------~----~----~----~------~----~------~--~---
