Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package sqlite3 for openSUSE:Factory checked in at 2021-03-16 15:43:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/sqlite3 (Old) and /work/SRC/openSUSE:Factory/.sqlite3.new.2401 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "sqlite3" Tue Mar 16 15:43:04 2021 rev:124 rq:879153 version:3.35.0 Changes: -------- --- /work/SRC/openSUSE:Factory/sqlite3/sqlite3.changes 2021-01-30 13:55:28.733927177 +0100 +++ /work/SRC/openSUSE:Factory/.sqlite3.new.2401/sqlite3.changes 2021-03-16 15:44:11.821017270 +0100 @@ -1,0 +2,35 @@ +Mon Mar 15 07:59:12 UTC 2021 - Dirk M??ller <[email protected]> + +- update to 3.35.0: + * Added built-in SQL math functions(). + (Requires the -DSQLITE_ENABLE_MATH_FUNCTIONS compile-time option.) + * Added support for ALTER TABLE DROP COLUMN. + * Generalize UPSERT: + * Allow multiple ON CONFLICT clauses that are evaluated in order, + * The final ON CONFLICT clause may omit the conflict target and yet still use DO UPDATE. + * Add support for the RETURNING clause on DELETE, INSERT, and UPDATE statements. + * Use less memory when running VACUUM on databases containing very large TEXT + or BLOB values. It is no longer necessary to hold the entire TEXT or BLOB + in memory all at once. + * Add support for the MATERIALIZED and NOT MATERIALIZED hints when specifying + common table expressions. The default behavior was formerly NOT + MATERIALIZED, but is now changed to MATERIALIZED for CTEs that are used + more than once. + * The SQLITE_DBCONFIG_ENABLE_TRIGGER and SQLITE_DBCONFIG_ENABLE_VIEW settings + are modified so that they only control triggers and views in the main + database schema or in attached database schemas and not in the TEMP schema. + TEMP triggers and views are always allowed. + * Query planner/optimizer improvements + * Enhance the ".stats" command to accept new arguments "stmt" and "vmstep", + causing prepare statement statistics and only the virtual-machine step + count to be shown, respectively. + * Add the ".filectrl data_version" command. + * Enhance the ".once" and ".output" commands so that if the destination + argument begins with "|" (indicating that output is redirected into a pipe) + then the argument does not need to be quoted. + * Fix a bug in the IN-operator optimization of version 3.33.0 that can cause + an incorrect answer. + * Fix incorrect answers from the LIKE operator if the pattern ends with "%" + and there is an "ESCAPE '_'" clause. + +------------------------------------------------------------------- Old: ---- sqlite-doc-3340100.zip sqlite-src-3340100.zip New: ---- sqlite-doc-3350000.zip sqlite-src-3350000.zip ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ sqlite3.spec ++++++ --- /var/tmp/diff_new_pack.L4Ag29/_old 2021-03-16 15:44:12.433018250 +0100 +++ /var/tmp/diff_new_pack.L4Ag29/_new 2021-03-16 15:44:12.437018256 +0100 @@ -17,10 +17,10 @@ %define oname sqlite -%define tarversion 3340100 +%define tarversion 3350000 %bcond_with icu Name: sqlite3 -Version: 3.34.1 +Version: 3.35.0 Release: 0 Summary: Embeddable SQL Database Engine License: SUSE-Public-Domain
