Hi,

Today I attempted to serialize the return value of the form

result = conn.execute(text(""))

Till now I thought that the return type was a list of tuples, while in 
fact it is a list of objects of type <class 
'sqlalchemy.engine.base.RowProxy'>. Hence cPickle refused to serialize 
till I did some conversion.

Just wondering what the reason for this is.

                            Regards, Faheem.


--~--~---------~--~----~------------~-------~--~----~
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 
sqlalchemy+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to