gwenn wrote:
> sqlite3_stmt_busy returns true after sqlite3_step returns DONE.

The documentation says:
| The sqlite3_stmt_busy(S) interface returns true (non-zero) if the
| prepared statement S has been stepped at least once using
| sqlite3_step(S) but has not run to completion and/or has not been
| reset using sqlite3_reset(S).

The statement has not been reset, and that "and/or" can be read as "or".


Regards,
Clemens

Reply via email to