> The SQLITE_SCHEMA case is handled in our code. But in this case, we are > in the middle of iterating a statement. Can we prepare it again without > "losing our place"? Is this the right action considering that we are > getting a SQLITE_ERROR when executing the statement, not SQLITE_SCHEMA?
I'm sorry, I'd just be guessing at an answer. My guess is you cannot keep your place if you re-prepare a statement.