SQLite Release 3.50.2 On 2025-06-28

1 nabla9 1 6/28/2025, 6:28:11 PM sqlite.org ↗

Comments (1)

nabla9 · 3h ago
This is nice:

Enhancements to sqlite3_rsync: The requirement that the database be in WAL mode has been removed. The sync protocol is enhanced to use less network bandwidth when both sides start out being very similar to one another.

Also this:

zeroblob(N) The zeroblob(N) function returns a BLOB consisting of N bytes of 0x00. SQLite manages these zeroblobs very efficiently. Zeroblobs can be used to reserve space for a BLOB that is later written using incremental BLOB I/O.