Hello community,

here is the log from the commit of package sqlite3 for openSUSE:Factory checked 
in at 2014-03-21 15:47:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sqlite3 (Old)
 and      /work/SRC/openSUSE:Factory/.sqlite3.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sqlite3"

Changes:
--------
--- /work/SRC/openSUSE:Factory/sqlite3/sqlite3.changes  2014-02-15 
17:18:27.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.sqlite3.new/sqlite3.changes     2014-03-21 
15:47:49.000000000 +0100
@@ -1,0 +2,47 @@
+Wed Mar 12 03:59:30 UTC 2014 - andreas.stie...@gmx.de
+
+- SQLite 3.8.4.1:
+  * When computing the cost of the skip-scan optimization, take
+    into account the fact that multiple seeks are required. 
+
+-------------------------------------------------------------------
+Mon Mar 10 15:43:55 UTC 2014 - andreas.stie...@gmx.de
+
+- SQLite 3.8.4
+- general changes:
+  * Code optimization and refactoring for improved performance.
+  * Add the ".clone" and ".save" commands to the command-line shell.
+  * Update the banner on the command-line shell to alert novice
+    users when they are using an ephemeral in-memory database.
+  * Fix editline support in the command-line shell.
+  * Add support for coverage testing of VDBE programs using the
+    SQLITE_TESTCTRL_VDBE_COVERAGE verb of sqlite3_test_control().
+  * Update the _FILE_OFFSET_BITS macro so that builds work again on
+    QNX.
+  * Change the datatype of SrcList.nSrc from type u8 to type int to
+    work around an issue in the C compiler on AIX.
+- bug fixes:
+  * Bug fix: Fix the char() SQL function so that it returns an empty
+    string rather than an "out of memory" error when called with
+    zero arguments.
+  * Bug fix: DISTINCT now recognizes that a zeroblob and a blob of
+    all 0x00 bytes are the same thing.
+  * Bug fix: Compute the correct answer for queries that contain an
+    IS NOT NULL term in the WHERE clause and also contain an OR term
+    in the WHERE clause and are compiled with SQLITE_ENABLE_STAT4.
+  * Bug fix: Make sure "rowid" columns are correctly resolved in
+    joins between normal tables and WITHOUT ROWID tables.
+  * Bug fix: Make sure the same temporary registers are not used
+    in concurrent co-routines used to implement compound SELECT
+    statements containing ORDER BY clauses, as such use can lead to
+    incorrect answers.
+  * Bug fix: Ensure that "ORDER BY random()" clauses do not get
+    optimized out.
+  * Bug fix: Repair a name-resolution error that can occur in
+    sub-select statements contained within a TRIGGER.
+  * Bug fix: Fix column default values expressions of the form 
+    "DEFAULT(-(-9223372036854775808))" so that they work correctly,
+    initializing the column to a floating point value approximately
+    equal to +9223372036854775808.0.
+
+-------------------------------------------------------------------

Old:
----
  sqlite-autoconf-3080301.tar.gz
  sqlite-doc-3080301.zip

New:
----
  sqlite-autoconf-3080401.tar.gz
  sqlite-doc-3080401.zip

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

Other differences:
------------------
++++++ sqlite3.spec ++++++
--- /var/tmp/diff_new_pack.PW9bOR/_old  2014-03-21 15:47:50.000000000 +0100
+++ /var/tmp/diff_new_pack.PW9bOR/_new  2014-03-21 15:47:50.000000000 +0100
@@ -21,9 +21,9 @@
 %define oname sqlite
 
 Name:           %pname
-Version:        3.8.3.1
+Version:        3.8.4.1
 Release:        0
-%define tarversion 3080301
+%define tarversion 3080401
 Summary:        Embeddable SQL Database Engine
 License:        SUSE-Public-Domain
 Group:          Productivity/Databases/Servers

++++++ sqlite-autoconf-3080301.tar.gz -> sqlite-autoconf-3080401.tar.gz ++++++
++++ 13456 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to