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 has been archived by the owner on Dec 18, 2017. It is now read-only.
But I have no idea how can I implement that in my MvvmCross solution.
Can you tell me if I can do something to be sure that Connection is Singleton or how can I prevent these errors ?
Hello,
I'm using the plugin to use Sqlite. IMvxSqliteConnectionFactory
I use this in my baseRepository:
`protected readonly SQLiteAsyncConnection Connection;
But recently I got some "Database locked" and "Busy" exception.
I come to this forum:
https://bitbucket.org/twincoders/sqlite-net-extensions/issues/60/async-db-operations-sqliteexception-busy
or again this question on stackoverflow:
http://stackoverflow.com/questions/39577042/sqlite-net-pcl-busy-exception
But I have no idea how can I implement that in my MvvmCross solution.
Can you tell me if I can do something to be sure that Connection is Singleton or how can I prevent these errors ?
Versions:
MvvmCross.Plugins.Sqlite 4.0.0.0
Sqlite.Net 3.1.0.0
Sqlite.Net.Async 3.1.0.0
SqliteNetExtensions 1.0.0.0
SqliteNetExtensionsAsync 1.0.0.0
The text was updated successfully, but these errors were encountered: