Olivier Mascia wrote: > even if using two distinct sqlite3_stmt* handles (linked to a same > sqlite3* handle), two competing threads would get unusable answers > from both these API.
Yes. Please note that transactions work on the connection level. > should the design of competing threads revolve around each one having > a distinct connection handle? Yes. Regards, Clemens