Use sqlcipher 4.6.1

This commit is contained in:
laggykiller 2025-04-11 17:18:49 +08:00
parent 210c020194
commit cef726b231
No known key found for this signature in database
3 changed files with 2 additions and 4 deletions

View file

@ -16,7 +16,7 @@ jobs:
- if: steps.sqlite-amalgamation.outputs.cache-hit != 'true' - if: steps.sqlite-amalgamation.outputs.cache-hit != 'true'
run: | run: |
cd sqlcipher/ cd sqlcipher/
LIBS="-lm" ./configure --disable-tcl --with-tempstore=yes LIBS="-lm" ./configure --disable-tcl --enable-tempstore=yes
make sqlite3.c make sqlite3.c
- uses: actions/upload-artifact@v4 - uses: actions/upload-artifact@v4

View file

@ -143,8 +143,6 @@ if __name__ == "__main__":
("SQLITE_HAS_CODEC", "1"), ("SQLITE_HAS_CODEC", "1"),
("HAS_CODEC", "1"), ("HAS_CODEC", "1"),
("SQLITE_TEMP_STORE", "2"), ("SQLITE_TEMP_STORE", "2"),
("SQLITE_EXTRA_INIT", "sqlcipher_extra_init"),
("SQLITE_EXTRA_SHUTDOWN", "sqlcipher_extra_shutdown"),
# Increase the maximum number of "host parameters". # Increase the maximum number of "host parameters".
("SQLITE_MAX_VARIABLE_NUMBER", "250000"), ("SQLITE_MAX_VARIABLE_NUMBER", "250000"),
# Additional nice-to-have. # Additional nice-to-have.

@ -1 +1 @@
Subproject commit 57d38556213b56fbdc2661fd65fd338efdf28ac9 Subproject commit c5bd336ece77922433aaf6d6fe8cf203b0c299d5