Skip to content

SQLiteNotADatabaseException is not accessible by client code #57

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

Closed
varahash opened this issue Apr 11, 2025 · 2 comments
Closed

SQLiteNotADatabaseException is not accessible by client code #57

varahash opened this issue Apr 11, 2025 · 2 comments

Comments

@varahash
Copy link

In PR #46 was introduced new exception SQLiteNotADatabaseException, but it is marked package private (missing public keyword), hence it can not be accessed by client code (for example for instance check)

This was intentional or just oversight?

@developernotes
Copy link
Member

Hi @varahash,

Thanks for pointing this out, that was definitely an oversight when we pulled in that change. We will include an adjustment to this in the next public SQLCipher release. Thanks again!

@sjlombardo
Copy link
Member

Hello @varahash - this issue was resolved in SQLCipher 4.8.0 via 0c5204a

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

No branches or pull requests

3 participants