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
System.Data.SQLite.SQLiteException : database disk image is malformed
This exception can occur if app was previously killed in the middle of a database write.
If this occurs when InitializeDatabase call made, application will crash. My App has a file sink and an sqlite sink. Would like it to keep going if sqllite sink can't be initialized and still write to file sink.
Have put up pull request to back up file and create new one if this occurs.
The text was updated successfully, but these errors were encountered:
System.Data.SQLite.SQLiteException : database disk image is malformed
This exception can occur if app was previously killed in the middle of a database write.
If this occurs when InitializeDatabase call made, application will crash. My App has a file sink and an sqlite sink. Would like it to keep going if sqllite sink can't be initialized and still write to file sink.
Have put up pull request to back up file and create new one if this occurs.
The text was updated successfully, but these errors were encountered: