Skip to content
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

Update SQLite to version 3.47 #3058

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

joshthoward
Copy link
Collaborator

For the checksum, HTTP archive uses SHA2-256 whereas the SQLite downloads page uses SHA3-256. I manually verified the checksum:

openssl dgst -sha3-256 sqlite-src-3470000.zip
SHA3-256(sqlite-src-3470000.zip)= 91d37d50fc6f6dba05dc4f595368f00da922f0c0859f5efc86d45bdc709690e3

openssl dgst -sha256 sqlite-src-3470000.zip
SHA2-256(sqlite-src-3470000.zip)= f59c349bedb470203586a6b6d10adb35f2afefa49f91e55a672a36a09a8fedf7

@joshthoward
Copy link
Collaborator Author

Was able to run SQLite tests locally

SQLite 2024-10-21 16:30:22 03a9703e27c44437c39363d0baf82db4ebc94538a0f28411c85dda156f82alt1
0 errors out of 330374 tests on M4Q4KFQWXM Darwin 64-bit
All memory allocations freed - no leaks
Maximum memory usage: 9258848 bytes
Current memory usage: 0 bytes
Number of malloc()  : -1 calls

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant