-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Uncaught Kotlin exception: com.ctrip.sqllin.driver.SQLiteResultCode: error rawExecSql: PRAGMA user_version = 1;, attempt to write a readonly database | error code SQLITE_READONLY #53
Comments
And then thrown from here |
Okay, I will look at this issue today. |
I think this is a reasonable behavior. If users use read-only mode, they should ensure the value of |
Does that number have to be greater than 0? |
Yes, if we create a new database, usually set the version is 1. |
OK great thanks |
You're welcome |
Got a new issue now - are you calling PRAGMA user_version = 1 internally in SQLlin somewhere?
The text was updated successfully, but these errors were encountered: