On 9/14/2016 11:49 AM, Alex Ward wrote:
Just to clarify, when you talked about 'starting' and 'ending' a read
can I take that to mean the time between sqlite3_prepare and sqlite3_finalize?

Statement execution starts with the first sqlite3_step after sqlite3_prepare or the most recent sqlite3_reset; and ends with sqlite3_reset or sqlite3_finalize.
--
Igor Tandetnik

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

Reply via email to