-
Notifications
You must be signed in to change notification settings - Fork 567
net.sqlcipher.database.SQLiteDatabase.native_execSQL #555
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
Comments
like this pr |
From your stack trace it appears the exception is thrown from the call to |
Him @developernotes and even cause in this line I wrote the mock to test
The outermost try catch will still catch the error. will print
will be get crash |
I understand the catch logic you are suggesting, however, it doesn't address why the exception is being thrown in the first place. As to the rename, it may be possible to make an adjustment to the exception hierarchy without renaming. This is something we will consider. |
@developernotes |
Hello, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community's attention? This issue may be closed if no further activity occurs. You may also label this issue as "bug", "enhancement", or "security" and I will leave it open. Thank you for your contributions. |
Closing this issue after a prolonged period of inactivity. If this issue is still present in the latest release, please feel free to reopen with up-to-date information. |
Expected Behavior
No crash
Actual Behavior
crash happen from firebase
I guess the rootcase on here
the roomdata base catch
SQLiteException exception
, but the full class isandroid.database.sqlite.SQLiteException
But when I use net.sqlcipher.database, will throw this exception
net.sqlcipher.database.SQLiteException
It's different class. so Room can't try catch that. could you try to fix it?
Steps to Reproduce
SQLCipher version (can be identified by executing
PRAGMA cipher_version;
):SQLCipher for Android version:
4.4.3
Are you able to reproduce this issue within the SQLCipher for Android test suite?
I can't, just only firebase report
Note: If you are not posting a specific issue for the SQLCipher library, please post your question to the SQLCipher discuss site. Thanks!
The text was updated successfully, but these errors were encountered: