I have tried simple examples with PickleType and modified MyPickle (as suggested) and it works just fine. But, when I try it my segment of code, where I read row in a simple way and than put it in another structure, it didn't wanted to work (like unpickling wasn't working at all). So I did explicit pickling and unpickling of my data and everything works now.
--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
