sqlite · sqlite/SQLITE_LOCKED
SQLITE_LOCKED
Table locked
A write operation could not continue because of a conflict within the same database connection (e.g. a table needed by one statement is locked by another).
A write operation could not continue because of a conflict within the same database connection (e.g. a table needed by one statement is locked by another).