Accepting request 1219501 from server:database

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1219501
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sqlite3?expand=0&rev=153
This commit is contained in:
Dominique Leuenberger 2024-10-31 15:09:18 +00:00 committed by Git OBS Bridge
commit ec440d9598
6 changed files with 29 additions and 9 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5ec9651bbfab7d3bf0a295f4d9be7d861e9968ea993438f05b579d8a75fe1e6f
size 10842823

3
sqlite-doc-3460100.zip Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e969131f93ca79fbc64d57724a1035735881555a52600dbe69c69eab72c9fcd1
size 10851427

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:070362109beb6899f65797571b98b8824c8f437f5b2926f88ee068d98ef368ec
size 14275927

3
sqlite-src-3460100.zip Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:def3fc292eb9ecc444f6c1950e5c79d8462ed5e7b3d605fd6152d145e1d5abb4
size 14276926

View File

@ -1,3 +1,23 @@
-------------------------------------------------------------------
Tue Sep 24 11:36:12 UTC 2024 - Reinhard Max <max@suse.com>
- 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 <max@suse.com>

View File

@ -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