Re: [sqlite] reusing statements after they were interrupted

2013-04-26 Thread Richard Hipp
On Thu, Apr 25, 2013 at 5:55 PM, Jason Boehle wrote: > is it still safe to reuse this statement even though reset() returns > an error? > Yes -- D. Richard Hipp d...@sqlite.org ___ sqlite-users mailing list sqlite-users@sqlite.org

[sqlite] reusing statements after they were interrupted

2013-04-26 Thread Jason Boehle
I know the docs on sqlite3_reset() say that it will return an error code if the last call to step() on the statement returned an error. My question is...is it still safe to reuse this statement even though reset() returns an error? It appears that on iOS 6.1, if the last call to step() on the