Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package sqlite3 for openSUSE:Factory checked 
in at 2023-05-18 15:18:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sqlite3 (Old)
 and      /work/SRC/openSUSE:Factory/.sqlite3.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sqlite3"

Thu May 18 15:18:19 2023 rev:145 rq:1087547 version:3.42.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/sqlite3/sqlite3.changes  2023-03-24 
15:16:17.249582887 +0100
+++ /work/SRC/openSUSE:Factory/.sqlite3.new.1533/sqlite3.changes        
2023-05-18 15:18:27.025586833 +0200
@@ -1,0 +2,38 @@
+Wed May 17 08:23:04 UTC 2023 - Reinhard Max <m...@suse.com>
+
+- Update to 3.42.0:
+  * Add the FTS5 secure-delete command. This option causes all
+    forensic traces to be removed from the FTS5 inverted index when
+    content is deleted.
+  * Enhance the JSON SQL functions to support JSON5 extensions.
+  * The SQLITE_CONFIG_LOG and SQLITE_CONFIG_PCACHE_HDRSZ calls to
+    sqlite3_config() are now allowed to occur after
+    sqlite3_initialize().
+  * New sqlite3_db_config() options:
+    SQLITE_DBCONFIG_STMT_SCANSTATUS and
+    SQLITE_DBCONFIG_REVERSE_SCANORDER.
+  * Query planner improvements.
+  * Add the --unsafe-testing command-line option.
+  * Allow commands ".log on" and ".log off", even in --safe mode.
+  * "--" as a command-line argument means all subsequent arguments
+    that start with "-" are interpreted as normal non-option
+    argument.
+  * Magic parameters ":inf" and ":nan" bind to floating point
+    literals Infinity and NaN, respectively.
+  * Add the ability for application-defined SQL functions to have
+    the same name as join keywords: CROSS, FULL, INNER, LEFT,
+    NATURAL, OUTER, or RIGHT.
+  * Enhancements to PRAGMA integrity_check
+  * Allow the session extension to be configured to capture changes
+    from tables that lack an explicit ROWID.
+  * Added the subsecond modifier to the date and time functions.
+  * Negative values passed into sqlite3_sleep() are henceforth
+    interpreted as 0.
+  * The maximum recursion depth for JSON arrays and objects is
+    lowered from 2000 to 1000.
+  * Extended the built-in printf() function so the comma option now
+    works with floating-point conversions in addition to integer
+    conversions.
+  * Miscellaneous bug fixes and performance optimizations.
+
+-------------------------------------------------------------------

Old:
----
  sqlite-doc-3410200.zip
  sqlite-src-3410200.zip

New:
----
  sqlite-doc-3420000.zip
  sqlite-src-3420000.zip

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ sqlite3.spec ++++++
--- /var/tmp/diff_new_pack.HFvDPu/_old  2023-05-18 15:18:27.661590067 +0200
+++ /var/tmp/diff_new_pack.HFvDPu/_new  2023-05-18 15:18:27.665590088 +0200
@@ -17,11 +17,11 @@
 
 
 %define oname sqlite
-%define tarversion 3410200
+%define tarversion 3420000
 %bcond_with icu
 %bcond_without check
 Name:           sqlite3
-Version:        3.41.2
+Version:        3.42.0
 Release:        0
 Summary:        Embeddable SQL Database Engine
 License:        SUSE-Public-Domain

Reply via email to