11 Commits

Author SHA1 Message Date
Sam Gammon
05d3e5f80e
chore: update sqlcipher → 4.6.1 (SQLite 3.46.1)
Signed-off-by: Sam Gammon <sam@elide.ventures>
2024-09-12 15:36:10 -07:00
Daniel Brát
b4d37fbd42 Bump sqlcipher version to v4.5.7
Updates sqlcipher to release v4.5.7. This version is based on upstream sqlite
version 3.45.3, which is coincidentaly the same as used by this crate at the
time of this commit.
2024-05-17 14:03:33 +02:00
gwenn
ab5bb268be Omit UTF-16 API 2024-03-23 10:05:49 +01:00
gwenn
c89138c866 Bump bundled SQLCipher to version 4.5.6 2024-03-10 09:56:20 +00:00
gwenn
1308cdaa9d Loadable extension 2023-07-09 12:50:49 +02:00
Thom Chiovoloni
222ec9c22e Update vendored SQLcipher to 4.5.3 (compatible with SQLite 3.39.4) 2023-01-04 21:26:49 -05:00
heavenboy8
f6da1acefc bump sqlcipher to 4.5.2 2022-08-17 08:28:08 +02:00
Thom Chiovoloni
db8f70f2b5 Update bundled SQLcipher to v4.5.1 (equivalent to SQLite 3.37.2) 2022-03-05 08:50:16 -08:00
gwenn
897ef9cf25 Fix shell scripts
Replace `$_` by `$0` because `$_` doesn't work when using `sh upgrade.sh`.
Replace `bash` by `sh` because we should not depend on bash.
And also remove unused `CUR_DIR` variable.
2022-01-15 10:35:30 +01:00
link2xt
3af939ab8d Upgrade bundled SQLCipher to 4.5.0 2022-01-03 21:42:30 +00:00
gwenn
4ec670edeb Split upgrade script
Such as we can upgrade SQLite / SQLCipher without regenerating SQLCipher / SQLite files
2021-11-28 10:09:37 +00:00