You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When Adding a key that was present before the sql-lite-net upgrade to v1.6
I get this exception:
at SQLite.PreparedSqlLiteInsertCommand.ExecuteNonQuery (System.Object[] source) [0x00178] in <84b9c9e630fa45bd8ac799333976ebbf>:0
at SQLite.SQLiteConnection.Insert (System.Object obj, System.String extra, System.Type objType) [0x000ef] in <84b9c9e630fa45bd8ac799333976ebbf>:0
at SQLite.SQLiteConnection.InsertOrReplace (System.Object obj) [0x00012] in <84b9c9e630fa45bd8ac799333976ebbf>:0
at MonkeyCache.SQLite.Barrel.Add (System.String key, System.String data, System.TimeSpan expireIn, System.String eTag) [0x00039] in D:\a\1\s\src\MonkeyCache.SQLite\Barrel.cs:235
at MonkeyCache.SQLite.Barrel.Add[T] (System.String key, T data, System.TimeSpan expireIn, System.String eTag, Newtonsoft.Json.JsonSerializerSettings jsonSerializationSettings) [0x00064] in D:\a\1\s\src\MonkeyCache.SQLite\Barrel.cs:268
The text was updated successfully, but these errors were encountered:
On an Android device,
When Adding a key that was present before the sql-lite-net upgrade to v1.6
I get this exception:
at SQLite.PreparedSqlLiteInsertCommand.ExecuteNonQuery (System.Object[] source) [0x00178] in <84b9c9e630fa45bd8ac799333976ebbf>:0
at SQLite.SQLiteConnection.Insert (System.Object obj, System.String extra, System.Type objType) [0x000ef] in <84b9c9e630fa45bd8ac799333976ebbf>:0
at SQLite.SQLiteConnection.InsertOrReplace (System.Object obj) [0x00012] in <84b9c9e630fa45bd8ac799333976ebbf>:0
at MonkeyCache.SQLite.Barrel.Add (System.String key, System.String data, System.TimeSpan expireIn, System.String eTag) [0x00039] in D:\a\1\s\src\MonkeyCache.SQLite\Barrel.cs:235
at MonkeyCache.SQLite.Barrel.Add[T] (System.String key, T data, System.TimeSpan expireIn, System.String eTag, Newtonsoft.Json.JsonSerializerSettings jsonSerializationSettings) [0x00064] in D:\a\1\s\src\MonkeyCache.SQLite\Barrel.cs:268
The text was updated successfully, but these errors were encountered: