From 57c829c09cb979bce285289fbd075c2cae059c127d741b56b2790cb802dcffc5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Tue, 25 Feb 2025 16:16:21 +0100 Subject: [PATCH] Sync from SUSE:SLFO:Main sqlite3 revision 88515d53650f5aed3ce85036c6145b6a --- sqlite-doc-3480000.zip | 3 --- sqlite-doc-3490100.zip | 3 +++ sqlite-src-3480000.zip | 3 --- sqlite-src-3490100.zip | 3 +++ sqlite3.changes | 38 ++++++++++++++++++++++++++++++++++++++ sqlite3.spec | 6 +++--- 6 files changed, 47 insertions(+), 9 deletions(-) delete mode 100644 sqlite-doc-3480000.zip create mode 100644 sqlite-doc-3490100.zip delete mode 100644 sqlite-src-3480000.zip create mode 100644 sqlite-src-3490100.zip diff --git a/sqlite-doc-3480000.zip b/sqlite-doc-3480000.zip deleted file mode 100644 index d6c1d52..0000000 --- a/sqlite-doc-3480000.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3dc137fcd7c6acb326af60a61b9844dd15d3773cb05e7a9ce276c41f713d765a -size 11391112 diff --git a/sqlite-doc-3490100.zip b/sqlite-doc-3490100.zip new file mode 100644 index 0000000..1e8eb1d --- /dev/null +++ b/sqlite-doc-3490100.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4581e3340d9d0d8ce03f10fb8ab1cea03cf49fed8198478c1abf5d383521f037 +size 11333315 diff --git a/sqlite-src-3480000.zip b/sqlite-src-3480000.zip deleted file mode 100644 index 561651e..0000000 --- a/sqlite-src-3480000.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2d7b032b6fdfe8c442aa809f850687a81d06381deecd7be3312601d28612e640 -size 14350897 diff --git a/sqlite-src-3490100.zip b/sqlite-src-3490100.zip new file mode 100644 index 0000000..0eb835d --- /dev/null +++ b/sqlite-src-3490100.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4404d93cbce818b1b98ca7259d0ba9b45db76f2fdd9373e56f2d29b519f4d43b +size 14372402 diff --git a/sqlite3.changes b/sqlite3.changes index 531b869..c6cc3c1 100644 --- a/sqlite3.changes +++ b/sqlite3.changes @@ -1,3 +1,41 @@ +------------------------------------------------------------------- +Tue Feb 18 16:21:23 UTC 2025 - Reinhard Max + +- 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 + +- 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 diff --git a/sqlite3.spec b/sqlite3.spec index de001c8..d2dbdbe 100644 --- a/sqlite3.spec +++ b/sqlite3.spec @@ -17,12 +17,12 @@ %define oname sqlite -%define tarversion 3480000 -%define docversion 3480000 +%define tarversion 3490100 +%define docversion 3490100 %bcond_with icu %bcond_without check Name: sqlite3 -Version: 3.48.0 +Version: 3.49.1 Release: 0 Summary: Embeddable SQL Database Engine License: SUSE-Public-Domain