Changes since previous release
- Based on SQLite version 3.48.0
Important
The SQL configuration functions can't be used any longer for configuring the cipher scheme before issuing the PRAGMA key
statement. The reason is that starting with SQLite 3.48.0 executing a SELECT
statement will now always access the underlying database file. For encrypted databases this will fail, because the cipher scheme is not yet activated.
Please use `PRAGMA statements or URI parameters for configuring the cipher scheme.
Notes
This release contains the following precompiled binaries:
- SQLite3 binaries for Windows (SQLite3 shell and DLLs) with resp. without enabled ICU support in variants for 32-bit and 64-bit Windows. The SQLite3 shell applications support the SQLite Archive feature,
- Source code amalgamation - a single C source file and a single C header file,
- Precompiled SQLite Android library (see SQLite Android Bindings),
- Precompiled bundle of
sqlite3.wasm
and its JavaScript APIs, ready for use in web applications (see SQLite3 WebAssembly).
To verify your download please use the following SHA256 checksums:
7ae2957968471017b90294b3ebbc4d304104a381f44477f64680272ebea88f12 sqlite3mc-2.0.2-sqlite-3.48.0-icu-win32.zip
d4123b3ad1434381749420a669c2883faabd2fadb9b119d736bb42016ffe6852 sqlite3mc-2.0.2-sqlite-3.48.0-icu-win64.zip
08129066af4a5d0ec761d3248620a2bafcf2fa6e9a36a9d3ebf34a9dc692b58b sqlite3mc-2.0.2-sqlite-3.48.0-win32.zip
9a672086c63d2953a7de388d6c1226a93e0f2b0b445d3dde93cb9889817c4a6c sqlite3mc-2.0.2-sqlite-3.48.0-win64.zip
8de98ae2fe7cd5900e7329d36d24c183016bb89d21d5425d211518713b32e8e8 sqlite3mc-2.0.2-sqlite-3.48.0-amalgamation.zip
b3b7b130a085d9fbfc38073448fe4b82de2a7e84fdb9f93ffc4f08ef474c53a9 sqlite3mc-2.0.2-sqlite-3.48.0-android.aar
481857d7c22da2ffb01eea9020bc56cf54887603b98752c8b727fba83d89e020 sqlite3mc-2.0.2-sqlite-3.48.0-wasm.zip