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
I used an older version of your plugin. Tried to upgrade to a newer version and an error occurs when trying to open the database. And when running 1.1.x and when running v1.0.x:
I think this is because my database is an older version (although its version is 3 and in theory v1.0.x should work, but it does not work)
I found a topic about this error, is it possible to update my database automatically in the same way?
The text was updated successfully, but these errors were encountered:
It looks like I got this error, your database file has a password or not, and what type of password did you use. This lib only supports SQLCipher3 default.
I used an older version of your plugin. Tried to upgrade to a newer version and an error occurs when trying to open the database. And when running 1.1.x and when running v1.0.x:
SQLiteException: file is not a database SqlCipher4Unity3D.SQLite3.Prepare2 (System.IntPtr db, System.String query) (at Assets/SqlCipher4Unity3D/Sqlite3.cs:278) SqlCipher4Unity3D.SQLiteCommand.Prepare () (at Assets/SqlCipher4Unity3D/Sqlite3Connection.cs:1853) SqlCipher4Unity3D.SQLiteCommand+<ExecuteDeferredQuery>d__13
1[T].MoveNext () (at Assets/SqlCipher4Unity3D/Sqlite3Connection.cs:1758)System.Collections.Generic.List
1[T]..ctor (System.Collections.Generic.IEnumerable
1[T] collection) (at <567df3e0919241ba98db88bec4c6696f>:0)System.Linq.Enumerable.ToList[TSource] (System.Collections.Generic.IEnumerable
1[T] source) (at <351e49e2a5bf4fd6beabb458ce2255f3>:0) SqlCipher4Unity3D.SQLiteCommand.ExecuteQuery[T] () (at Assets/SqlCipher4Unity3D/Sqlite3Connection.cs:1730) SqlCipher4Unity3D.TableQuery
1[T].GetEnumerator () (at Assets/SqlCipher4Unity3D/Sqlite3Connection.cs:2125)System.Collections.Generic.List
1[T]..ctor (System.Collections.Generic.IEnumerable
1[T] collection) (at <567df3e0919241ba98db88bec4c6696f>:0)System.Linq.Enumerable.ToList[TSource] (System.Collections.Generic.IEnumerable
1[T] source) (at <351e49e2a5bf4fd6beabb458ce2255f3>:0) SqlCipher4Unity3D.TableQuery
1[T].FirstOrDefault () (at Assets/SqlCipher4Unity3D/Sqlite3Connection.cs:2564)I think this is because my database is an older version (although its version is 3 and in theory v1.0.x should work, but it does not work)
I found a topic about this error, is it possible to update my database automatically in the same way?
The text was updated successfully, but these errors were encountered: