-
Notifications
You must be signed in to change notification settings - Fork 568
First attempt to add DatabaseErrorHandler #84
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
Conversation
Hi brodyspark, Thanks for submitting this - everything looks good, however we would like to include a separate test within the test suite for this feature. Could you include one to cover this addition? Thanks! |
I expect to do this sometime next week, Chris On Wednesday, January 9, 2013, Nick Parker wrote:
Sent from my mobile |
Hello @brodybits Any thoughts to the feedback on the mailing list regarding this pull request? |
Posted one reply, about to post another reply. On Fri, Mar 21, 2014 at 2:22 PM, Nick Parker notifications@github.comwrote:
|
Hi, Any idea when this feature will have a release? |
The problem is that we need a test case for this enhancement. I think we Chris On Mon, Feb 16, 2015 at 5:47 PM, Raghavendra Bhuvan <
|
Is it enough if you have any corrupt database? Or any specific type of corruption(s) (as listed on their site)? Maybe I can help here |
I just made a simple corrupt database test in this branch: https://github.com/brodybits/sqlcipher-android-tests/tree/first-corrupt-database-test Following the hint at http://stackoverflow.com/questions/26966905/can-i-deliberately-corrupt-an-sqlite3-database-for-testing I took the existing unencrypted.db from sqlcipher-android-tests and removed blocks of Here is a hexdump of my corrupted database (note that extra
For comparison, here is the hexdump of the original (unencrypted) db (again, extra
I will finish reworking the changes based on the most recent changes (in the |
In response to: https://mail.google.com/mail/ca/u/0/#inbox/13bd59554d89aa4f here is the ability to use a SQLiteOpenHelper with a DatabaseErrorHandler.