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

Test cases which use encryption features with sqlite3mc #565

Open
ericsink opened this issue Nov 9, 2023 · 2 comments
Open

Test cases which use encryption features with sqlite3mc #565

ericsink opened this issue Nov 9, 2023 · 2 comments

Comments

@ericsink
Copy link
Owner

ericsink commented Nov 9, 2023

In tests/tests_xunit.cs, there are a couple of tests which use encryption with sqlcipher. We need to copy these tests and adapt for sqlite3mc.

@utelle
Copy link
Contributor

utelle commented Nov 10, 2023

In tests/tests_xunit.cs, there are a couple of tests which use encryption with sqlcipher. We need to copy these tests and adapt for sqlite3mc.

PR #567 adjusts the existing encryption tests to work with sqlite3mc, and adds 2 tests for sqlite3mc checking access to SQLCipher encrypted database files.

@ericsink
Copy link
Owner Author

I'm leaving this open until I figure out how to deal with those db file dependencies. Those are ifdef-ed out for now, but the others are merged in.

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

2 participants