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
ChaseFlorell
changed the title
Sqlite: statement aborts ad - cannot rollback - no transaction is active
Sqlite: statement aborts at - [ROLLBACK] - cannot rollback - no transaction is active
Apr 16, 2014
I think we need to close the reader and the connection it looks like. This is NOT best practice for SQLServer, so we should only implement that in the SQLLite provider.
The .NET SqlConnectionProvider does its own internal connection pooling / optimization that is why you shouldn't close it yourself, but rather use Using{ } statements.
Lot's of these are showing up in the Android logs.
Here's a possible fix:
https://forums.xamarin.com/discussion/1047/consistent-logged-error-from-sqlite-but-all-seems-ok-rollback-cannot-rollback
The text was updated successfully, but these errors were encountered: