]> git.ipfire.org Git - ipfire-2.x.git/commit
sqlite: Update to version 3500200
authorAdolf Belka <adolf.belka@ipfire.org>
Fri, 4 Jul 2025 10:14:44 +0000 (12:14 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 4 Jul 2025 11:08:15 +0000 (11:08 +0000)
commit730a88544fee7a78ae884bdba736acd10e510472
tree10bb16dc591c68907ae39b8a6bd83196d0b045af
parent4823cfa893a8748c697e50968749ae0cbb70756d
sqlite: Update to version 3500200

- Update from version 3500100 to 3500200
- Update of rootfile
- Changelog
    3500200
Fix the concat_ws() SQL function so that it includes empty strings in the
 concatenation. Forum post 52503ac21d.
Fix the file-io extension (used by the CLI) so that it can be built using the
 MinGW compiler chain.
Avoid writing frames with no checksums into the wal file if a savepoint is
 rolled back after dirty pages have already been spilled into the wal file.
 Forum post b490f726db.
Fix the Bitvec object to avoid stack overflow when the database is within 60
 pages of its maximum size.
Fix a problem with UPDATEs on fts5 tables that contain BLOB values.
Fix an issue with transitive IS constraints on a RIGHT JOIN.
Raise an error early if the number of aggregate terms in a query exceeds the
 maximum number of columns, to avoid downstream assertion faults.
Ensure that sqlite3_setlk_timeout() holds the database mutex.
Fix typos in API documentation.

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
config/rootfiles/common/sqlite
lfs/sqlite