mirror of
https://github.com/sqlite/sqlite.git
synced 2025-07-27 20:41:58 +03:00
Resolve missing SQLITE_LOCKED result code which triggered a new (since last checkin) exception in the OPFS VFS. Improve output of the OPFS contention tester app.
FossilOrigin-Name: 2debbbca33bd4170a1dc4dbb5eb3e68523e51d289b06c551e5560ac4e32e433b
This commit is contained in:
@ -343,6 +343,7 @@ const installOpfsVfs = function callee(options){
|
||||
'SQLITE_LOCK_PENDING',
|
||||
'SQLITE_LOCK_RESERVED',
|
||||
'SQLITE_LOCK_SHARED',
|
||||
'SQLITE_LOCKED',
|
||||
'SQLITE_MISUSE',
|
||||
'SQLITE_NOTFOUND',
|
||||
'SQLITE_OPEN_CREATE',
|
||||
|
Reference in New Issue
Block a user