Just declare the column as
Column('foo', PickleType)
and SA will de/serialize for you.
On 1/22/07, milena <[EMAIL PROTECTED]> wrote:
>
> Now that I have succeeded to write in my Pickle type into a database I
> have another problem. When I read it from the database how do I convert
> it to my original data (since I get pickle-file-like data after reading
> a row)?
>
>
> >
>
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---