- Sometimes, the bridge can get wedged in a state where doing DB operations
returns SQLITE_MISUSE errors.
- I don't really know what causes this, but I'm hoping unconditionally resetting
the statements before they get used will ameliorate the problem?
- Additionally, the reset statements now aren't wrapped in an IGNORE-ERRORS,
meaning we might get error tracebacks that point to the actual problem now.