]> git.ipfire.org Git - ipfire-2.x.git/commit
sqlite: Update to version 3460100
authorAdolf Belka <adolf.belka@ipfire.org>
Wed, 14 Aug 2024 16:22:44 +0000 (18:22 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 14 Aug 2024 16:57:25 +0000 (16:57 +0000)
commit5972f8bcb30db12826f9b4bdcb10f308513c4030
tree2f07adb3927590c8565013b740a81392b2ff2d1c
parentb14dab303387f47ef91719b20656a3eedd1ac13c
sqlite: Update to version 3460100

- Update from version 3460000 to 3460100
- Update of rootfile not required
- Changelog
    3460100
Improved robustness while parsing the tokenize= arguments in FTS5. Forum post
 171bcc2bcd.
Enhancements to covering index prediction in the query planner. Add early
 detection of over-prediction of covering indexes so that sqlite3_prepare() will
 return an error rather than just generate bad bytecode. Forum post
 e60e4c295d22f8ce.
Do not let the number of terms on a VALUES clause be limited by
 SQLITE_LIMIT_COMPOUND_SELECT, even if the VALUES clause contains elements that
 appear to be variables due to double-quoted string literals.
Fix the window function version of group_concat() so that it returns an empty
 string if it has one or more empty string inputs.
In FTS5 secure-delete mode, fix false-positive integrity-check reports about
 corrupt indexes.
Syntax errors in ALTER TABLE should always return SQLITE_ERROR. In some cases,
 they were formerly returning SQLITE_INTERNAL.
JavaScript/WASM:
    Fix a corruption-causing bug in the JavaScript "opfs" VFS.
    Work around a couple of browser-specific OPFS quirks.
Other minor fixes.

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