-
I'm trying to build [`better-sqlite3`](https://github.com/JoshuaWise/better-sqlite3) with the latest amalgamation but always ends up with this error no matter what version of `sqlitemc` I use.
```s…
-
I am trying to integrate SQLCipher JDBC driver to my application. I have an encrypted db file with sqlcipher v3. Connection and simple queries work fine. But if I run a query including INSTR function,…
-
I've been setting up and testing [`better-sqlite3-multiple-ciphers`](https://github.com/m4heshd/better-sqlite3-multiple-ciphers) with my existing projects and have hit a slight bump on the road. This …
-
Hi !
While troubleshooting an issue (Willena/sqlite-jdbc-crypt#25) on my repo, I came to the conclusion that there is something wrong when using SQLCipher and SQLiteMC together. SQLiteMC cannot …
-
I created a ChaCha20 encrypted sqlite database with v3.31.1 and used the `restore from` command with an regular sqlite database.
This encrypted sqlite database can only be opened with v3.31.1, but n…
-
Hi,
I tried to upgrade to 3.33.0 but unfortunately using URI parameters does not work for me.
According to:
- https://github.com/Willena/sqlite-jdbc-crypt#ascii
this should work:
`file:da…
-
Hi,
Just a simple question, wouldn't it be confusing for developers to have a different version number between SQLite3MC and the official SQLite3 library ?
For example, how do I know that 1.0.0 …