Skip to content
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

Check read/write database and improve error messages in exceptions in native SQLiteDatabase.dbopen() #174

Closed

Conversation

brodybits
Copy link
Contributor

These changes should be able to help people narrow down the problems reported in #139 and #161.

Taken from: https://github.com/android/platform_frameworks_base/blob/master/core/jni/android_database_SQLiteConnection.cpp

…ages when throwing exceptions, and use error code from sqlite3_open_v2() in SQLiteDatabase.dbopen() native function. Source: https://github.com/android/platform_frameworks_base/blob/master/core/jni/android_database_SQLiteConnection.cpp
@brodybits
Copy link
Contributor Author

Don't merge this yet, there are errors. Will reissue ASAP.

@brodybits brodybits closed this May 29, 2015
@brodybits brodybits deleted the improve-dbopen-error-check branch May 29, 2015 15:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant