[sqlalchemy] Re: EOFError while querying

2011-07-06 Thread rajasekhar911
Hi Is there a way that, i can validate the values in BLOB column (the binary data) maps to a valid pickle string. if I dump the data from the row to a file, will it be of any use? select results into dumpfile '/tmp/blob_data.txt' from task_results where task_id=1; is there any utility that i

[sqlalchemy] Re: EOFError while querying

2011-07-05 Thread rajasekhar911
Hi Michael thanks for the reply. there is a PickleType in the query (the one that i have mentioned as BLOB data type). I have given a test program to the customer and waiting for the response. thanks again On Jul 4, 8:01 pm, Michael Bayer mike...@zzzcomputing.com wrote: loads() implies you're