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-06-28 15:33:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sqlite3 (Old)
 and      /work/SRC/openSUSE:Factory/.sqlite3.new.2625 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sqlite3"

Mon Jun 28 15:33:28 2021 rev:127 rq:902392 version:3.36.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/sqlite3/sqlite3.changes  2021-04-22 
18:03:44.814486399 +0200
+++ /work/SRC/openSUSE:Factory/.sqlite3.new.2625/sqlite3.changes        
2021-06-28 15:33:40.339189225 +0200
@@ -1,0 +2,28 @@
+Tue Jun 22 08:55:36 UTC 2021 - Paolo Stivanin <[email protected]>
+
+- SQLite3 3.36.0:
+  * Improvement to the EXPLAIN QUERY PLAN output to make it
+    easier to understand.
+  * Byte-order marks at the start of a token are skipped
+    as if they were whitespace.
+  * An error is raised on any attempt to access the rowid of a VIEW
+    or subquery. Formerly, the rowid of a VIEW would be indeterminate
+    and often would be NULL. The -DSQLITE_ALLOW_ROWID_IN_VIEW
+    compile-time option is available to restore the legacy behavior
+    for applications that need it.
+  * The sqlite3_deserialize() and sqlite3_serialize() interfaces
+    are now enabled by default. The -DSQLITE_ENABLE_DESERIALIZE
+    compile-time option is no longer required. Instead, there is 
+    a new -DSQLITE_OMIT_DESERIALIZE compile-time option to omit
+    those interfaces.
+  * The "memdb" VFS now allows the same in-memory database
+    to be shared among multiple database connections in the same
+    process as long as the database name begins with "/".
+  * Back out the EXISTS-to-IN optimization (item 8b in the
+    SQLite 3.35.0 change log) as it was found to slow down
+    queries more often than speed them up.
+  * Improve the constant-propagation optimization so that it works
+    on non-join queries.
+  * The REGEXP extension is now included in CLI builds. 
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ sqlite3.spec ++++++
--- /var/tmp/diff_new_pack.YNphx0/_old  2021-06-28 15:33:41.035190076 +0200
+++ /var/tmp/diff_new_pack.YNphx0/_new  2021-06-28 15:33:41.039190080 +0200
@@ -17,10 +17,10 @@
 
 
 %define oname sqlite
-%define tarversion 3350500
+%define tarversion 3360000
 %bcond_with icu
 Name:           sqlite3
-Version:        3.35.5
+Version:        3.36.0
 Release:        0
 Summary:        Embeddable SQL Database Engine
 License:        SUSE-Public-Domain

Reply via email to