Accepting request 1245758 from server:database

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1245758
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sqlite3?expand=0&rev=158
This commit is contained in:
Dominique Leuenberger 2025-02-16 21:37:00 +00:00 committed by Git OBS Bridge
commit e20393d937
6 changed files with 36 additions and 9 deletions

BIN
sqlite-doc-3480000.zip (Stored with Git LFS)

Binary file not shown.

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

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

BIN
sqlite-src-3480000.zip (Stored with Git LFS)

Binary file not shown.

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

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

View File

@ -1,3 +1,30 @@
-------------------------------------------------------------------
Thu Feb 6 17:58:46 UTC 2025 - Reinhard Max <max@suse.com>
- Update to release 3.49.0:
* Enhancements to the query planner:
- Improve the query-time index optimization so that it works on
WITHOUT ROWID tables.
- Better query plans for large star-query joins. This fixes
three different performance regressions that were reported
on the SQLite Forum.
- When two or more queries have the same estimated cost, use
the one with the fewer bytes per row.
* Enhance the iif() SQL function so that it can accept any number
of arguments greater than or equal to two.
* Enhance the session extension so that it works on databases
that make use of generated columns.
* Omit the SQLITE_USE_STDIO_FOR_CONSOLE compile-time option which
was not implemented correctly and never worked right. In its place
add the SQLITE_USE_W32_FOR_CONSOLE_IO compile-time option. This
option applies to command-line tools like the CLI only, not to the
SQLite core. It causes Win32 APIs to be used for console I/O
instead of stdio. This option affects Windows builds only.
* Three new options to sqlite3_db_config(). All default "on".
SQLITE_DBCONFIG_ENABLE_ATTACH_CREATE
SQLITE_DBCONFIG_ENABLE_ATTACH_WRITE
SQLITE_DBCONFIG_ENABLE_COMMENTS
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Jan 16 10:39:29 UTC 2025 - Reinhard Max <max@suse.com> Thu Jan 16 10:39:29 UTC 2025 - Reinhard Max <max@suse.com>

View File

@ -17,12 +17,12 @@
%define oname sqlite %define oname sqlite
%define tarversion 3480000 %define tarversion 3490000
%define docversion 3480000 %define docversion 3490000
%bcond_with icu %bcond_with icu
%bcond_without check %bcond_without check
Name: sqlite3 Name: sqlite3
Version: 3.48.0 Version: 3.49.0
Release: 0 Release: 0
Summary: Embeddable SQL Database Engine Summary: Embeddable SQL Database Engine
License: SUSE-Public-Domain License: SUSE-Public-Domain