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-3490000.zip b/sqlite-doc-3490000.zip new file mode 100644 index 0000000..57790f5 --- /dev/null +++ b/sqlite-doc-3490000.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c785395005f55c31c9d3f0a6f45be101fb38de7d7aa6a133dc0ab24fc748557 +size 11327988 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-3490000.zip b/sqlite-src-3490000.zip new file mode 100644 index 0000000..fb53dc5 --- /dev/null +++ b/sqlite-src-3490000.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bec0262d5b165b133d6f3bdb4339c0610f4ac3d50dee53e8ad148ece54a129d0 +size 14371111 diff --git a/sqlite3.changes b/sqlite3.changes index 531b869..8c8c6aa 100644 --- a/sqlite3.changes +++ b/sqlite3.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +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..080f668 100644 --- a/sqlite3.spec +++ b/sqlite3.spec @@ -17,12 +17,12 @@ %define oname sqlite -%define tarversion 3480000 -%define docversion 3480000 +%define tarversion 3490000 +%define docversion 3490000 %bcond_with icu %bcond_without check Name: sqlite3 -Version: 3.48.0 +Version: 3.49.0 Release: 0 Summary: Embeddable SQL Database Engine License: SUSE-Public-Domain