diff --git a/sqlite-doc-3460000.zip b/sqlite-doc-3460000.zip deleted file mode 100644 index 6bababc..0000000 --- a/sqlite-doc-3460000.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5ec9651bbfab7d3bf0a295f4d9be7d861e9968ea993438f05b579d8a75fe1e6f -size 10842823 diff --git a/sqlite-doc-3460100.zip b/sqlite-doc-3460100.zip new file mode 100644 index 0000000..878d8fb --- /dev/null +++ b/sqlite-doc-3460100.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e969131f93ca79fbc64d57724a1035735881555a52600dbe69c69eab72c9fcd1 +size 10851427 diff --git a/sqlite-src-3460000.zip b/sqlite-src-3460000.zip deleted file mode 100644 index d9220a9..0000000 --- a/sqlite-src-3460000.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:070362109beb6899f65797571b98b8824c8f437f5b2926f88ee068d98ef368ec -size 14275927 diff --git a/sqlite-src-3460100.zip b/sqlite-src-3460100.zip new file mode 100644 index 0000000..307f0e0 --- /dev/null +++ b/sqlite-src-3460100.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:def3fc292eb9ecc444f6c1950e5c79d8462ed5e7b3d605fd6152d145e1d5abb4 +size 14276926 diff --git a/sqlite3.changes b/sqlite3.changes index 77ea4e9..2d4875a 100644 --- a/sqlite3.changes +++ b/sqlite3.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Tue Sep 24 11:36:12 UTC 2024 - Reinhard Max + +- Update to release 3.46.1: + * Improved robustness while parsing the tokenize= arguments in + FTS5. + * Enhancements to covering index prediction in the query planner. + * 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. + * Other minor fixes. + ------------------------------------------------------------------- Thu May 23 19:21:24 UTC 2024 - Reinhard Max diff --git a/sqlite3.spec b/sqlite3.spec index c71e006..3547ce7 100644 --- a/sqlite3.spec +++ b/sqlite3.spec @@ -17,12 +17,12 @@ %define oname sqlite -%define tarversion 3460000 -%define docversion 3460000 +%define tarversion 3460100 +%define docversion 3460100 %bcond_with icu %bcond_without check Name: sqlite3 -Version: 3.46.0 +Version: 3.46.1 Release: 0 Summary: Embeddable SQL Database Engine License: SUSE-Public-Domain