robs23 / TestZXing-master

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

Fix SQLite.SQLiteException: no such table: File in SQLite3.Prepare2 (SQLitePCL.sqlite3 db, System.String query) #97

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+d__12`1[T].MoveNext () [0x00054] in :0;SQLite

SQLite.SQLiteCommand.ExecuteQuery[T] () [0x0001c] in :0;SQLite

SQLite.TableQuery`1[T].GetEnumerator () [0x00013] in :0;SQLite

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

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

Reason

SQLite.SQLiteException: no such table: File

Link to App Center