On Thursday, October 14, 2010, Jens Miltner <j...@mac.com> wrote:
> I just stumbled across a problem where sqlite would be stuck for quite a long 
> time inside sqlite3VdbeExpandSql when using bound BLOB parameters, i.e. my 
> query looks like
>
> INSERT INTO foo VALUES (?,?,?,?...)
>
> and one of the parameters is a BLOB of about 700k.
>
> What I found is that when this query is executed, SQLite will actually 
> produce a string representation of the BLOB,

What SQL statement did you use to create the table and how do you bind the blob?

-afriza
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to