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
{{ message }}
This repository was archived by the owner on Dec 14, 2019. It is now read-only.
I recently updated the solution to the latest version of Sqlite-Net-WP8, but now I see that whenever I try to call UpdateAll, I get the following exception :
{SQLite.SQLiteException: SQL logic error or missing database
at SQLite.SQLiteConnection.Update(Object obj, Type objType)
at SQLite.SQLiteConnection.Update(Object obj)
at SQLite.SQLiteConnection.<>c__DisplayClass17.b__16()
at SQLite.SQLiteConnection.RunInTransaction(Action action)
at SQLite.SQLiteConnection.UpdateAll(IEnumerable objects)
This used to work in the previous version I had, so not sure what is different?