On 1/16/2014 10:04 AM, Brian Hook wrote:
We could do this by keeping a 'template' of the prepared statement around
and duplicating it every time we queue to the background thread.

Why don't you queue *data* to the background thread, and have it bind that data as parameters to a single prepared statement then execute it?
--
Igor Tandetnik

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

Reply via email to