-
Notifications
You must be signed in to change notification settings - Fork 56
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
SQLite 3.32.3 build issues #38
Comments
It appears the current approach to interfacing with sqlite3 is not going to work going forward past 3.32.0. |
Yes, that is correct. On Feb 7, 2020 serious changes were applied to the SQLite sources (see SQLite timeline: “Simplify the code by removing the unsupported and undocumented SQLITE_HAS_CODEC compile-time option”). SQLite 3.32.0 and later are affected by this change. The However, I started a new project, SQLite3MultipleCiphers, which adds encryption support to SQLite 3.32.0 and later using a new implementation based on SQLite's Virtual File System API. Supported ciphers are SQLCipher (all versions from 1 up to 4), SQLeet, System.Data.SQLite, and wxSQLite3. |
See #39 for discussion about VFS-based rewrite of sqleet. |
I downloaded the latest SQLite amalgamation and dropped those files in the root of the repo.
I committed them and then ran the following:
When I go to build I receive many compilation errors:
The text was updated successfully, but these errors were encountered: