toxicity-io / sqlite-mc

An SQLDelight driver that uses SQLite3MultipleCiphers for database encryption.
Apache License 2.0
10 stars 0 forks source link

Fix `SQLite` compilation usage of flag `SQLITE_OMIT_LOAD_EXTENSION` #61

Closed 05nelsonm closed 11 months ago

05nelsonm commented 11 months ago

Closes #60

Note that sqlite-jdbc did not need to be re-compiled, as the original flag being used was incorrect and being ignored anyways. I did recompile again without the flag, and the binaries that were output matched, showing no git changes (except for Windows, but that is just a thing with windows binaries; they never match).