robs23 / TestZXing-master

Cross-platform app using ZXing barcode scanner library
0 stars 0 forks source link

Fix SQLite.SQLiteException: database is locked in SQLite3.Prepare2 (SQLitePCL.sqlite3 db, System.String query) #89

Open robs23 opened 2 years ago

robs23 commented 2 years ago

Version 2.3.2(2)

Stacktrace

SQLite.SQLite3.Prepare2 (SQLitePCL.sqlite3 db, System.String query) [0x0001b] in :0;SQLite

SQLite.SQLiteCommand.Prepare () [0x00011] in :0;SQLite

SQLite.SQLiteCommand.ExecuteScalar[T] () [0x00036] in :0;SQLite

SQLite.SQLiteConnection.ExecuteScalar[T] (System.String query, System.Object[] args) [0x00039] in :0;SQLite

SQLite.SQLiteConnection..ctor (System.String databasePath, SQLite.SQLiteOpenFlags openFlags, System.Boolean storeDateTimeAsTicks, System.Object key) [0x00119] in :0;SQLite.SQLiteConnection

SQLite.SQLiteConnection..ctor (System.String databasePath, System.Boolean storeDateTimeAsTicks, System.Object key) [0x00000] in :0;SQLite.SQLiteConnection

TestZXing.Models.FileKeeper.RestoreUploadQueue () [0x0000c] in <46465e308b014f019abe41ecf2885764>:0;TestZXing.Models

TestZXing.Classes.SessionManager+<>c.b__8_1 () [0x00094] in <46465e308b014f019abe41ecf2885764>:0;TestZXing.Classes

Reason

SQLite.SQLiteException: database is locked

Link to App Center