On 3/17/17, Jan Danielsson <[email protected]> wrote: > > I.e. reset should only be run on ROW and DONE. On step error, the > statement's state is reset implicitly by sqlite3_step()?
No. Always run sqlite3_reset(). -- D. Richard Hipp [email protected] _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

