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

ADD: PRAGMA cipher_compatibility #36

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

safiir
Copy link

@safiir safiir commented Mar 26, 2023

The cipher_compatibility pragma should be called immediately after if provided in dsn for indicating backward compatibility
requirement (eg. from v4 -> v3), but not considered previously, so it lead to error file is not a database, because synchronous pragma is always executed even if cipher_compatibility pragma is not executed.

@ValentinMontmirail
Copy link

I took your Pull Request @safiir inside my fork() of this repository.
See ValentinMontmirail#10

I try to maintain the fork() to the latest version of SQLite3 and SQLCipher.
I am currently supporting SQLite 3.45.0.
Feel free to do PR directly there if you want to improve this lib.

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

2 participants