Sync from SUSE:SLFO:Main sqlite3 revision 88515d53650f5aed3ce85036c6145b6a
This commit is contained in:
parent
9c8936e6ad
commit
57c829c09c
BIN
sqlite-doc-3480000.zip
(Stored with Git LFS)
BIN
sqlite-doc-3480000.zip
(Stored with Git LFS)
Binary file not shown.
BIN
sqlite-doc-3490100.zip
(Stored with Git LFS)
Normal file
BIN
sqlite-doc-3490100.zip
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
sqlite-src-3480000.zip
(Stored with Git LFS)
BIN
sqlite-src-3480000.zip
(Stored with Git LFS)
Binary file not shown.
BIN
sqlite-src-3490100.zip
(Stored with Git LFS)
Normal file
BIN
sqlite-src-3490100.zip
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,41 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 18 16:21:23 UTC 2025 - Reinhard Max <max@suse.com>
|
||||||
|
|
||||||
|
- Update to release 3.19.1:
|
||||||
|
* Improve portability of makefiles and configure scripts.
|
||||||
|
* Fix a bug in the concat_ws() function, introduced in version
|
||||||
|
3.44.0, that could lead to a memory error if the separator
|
||||||
|
string is very large (hundreds of megabytes).
|
||||||
|
* Enhanced the SQLITE_DBCONFIG_LOOKASIDE interface to make it
|
||||||
|
more robust against misuse.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
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>
|
||||||
|
|
||||||
|
@ -17,12 +17,12 @@
|
|||||||
|
|
||||||
|
|
||||||
%define oname sqlite
|
%define oname sqlite
|
||||||
%define tarversion 3480000
|
%define tarversion 3490100
|
||||||
%define docversion 3480000
|
%define docversion 3490100
|
||||||
%bcond_with icu
|
%bcond_with icu
|
||||||
%bcond_without check
|
%bcond_without check
|
||||||
Name: sqlite3
|
Name: sqlite3
|
||||||
Version: 3.48.0
|
Version: 3.49.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Embeddable SQL Database Engine
|
Summary: Embeddable SQL Database Engine
|
||||||
License: SUSE-Public-Domain
|
License: SUSE-Public-Domain
|
||||||
|
Loading…
x
Reference in New Issue
Block a user