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 statement was
interrupted, I can still successfully reuse the statement even though
reset() returns an error.

Thanks!

Jason Boehle
jboe...@gmail.com
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to