Mailinglist Archive: opensuse-commit (918 mails)
| < Previous | Next > |
commit sqlite
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Mon, 19 Feb 2007 23:49:34 +0100
- Message-id: <20070219224935.1F709678182@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package sqlite
checked in at Mon Feb 19 23:49:34 CET 2007.
--------
--- sqlite/sqlite.changes 2007-02-12 14:24:23.000000000 +0100
+++ sqlite/sqlite.changes 2007-02-19 11:51:28.000000000 +0100
@@ -1,0 +2,19 @@
+Mon Feb 19 11:46:31 CET 2007 - adrian@xxxxxxx
+
+- update to version 3.3.13
+ from the changelog:
+ * Add a "fragmentation" measurement in the output of sqlite3_analyzer.
+ * Add the COLLATE operator used to explicitly set the collating
+ sequence used by an expression. This feature is considered
+ experimental pending additional testing.
+ * Allow up to 64 tables in a join - the old limit was 32.
+ * Added two new experimental functions: randomBlob() and hex().
+ Their intended use is to facilitate generating UUIDs.
+ * Fix a problem where PRAGMA count_changes was causing incorrect
+ results for updates on tables with triggers
+ * Fix a bug in the ORDER BY clause optimizer for joins where
+ the left-most table in the join is constrained by a UNIQUE index.
+ * Fixed a bug in the "copy" method of the TCL interface.
+ * Bug fixes in fts1 and fts2 modules.
+
+-------------------------------------------------------------------
Old:
----
sqlite-3.3.12.tar.bz2
New:
----
sqlite-3.3.13.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ sqlite.spec ++++++
--- /var/tmp/diff_new_pack.n22553/_old 2007-02-19 23:47:51.000000000 +0100
+++ /var/tmp/diff_new_pack.n22553/_new 2007-02-19 23:47:51.000000000 +0100
@@ -1,5 +1,5 @@
#
-# spec file for package sqlite (Version 3.3.12)
+# spec file for package sqlite (Version 3.3.13)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@@ -19,8 +19,8 @@
Group: Productivity/Databases/Servers
Summary: Embeddable SQL Database Engine
URL: http://www.sqlite.org/
-Version: 3.3.12
-Release: 6
+Version: 3.3.13
+Release: 1
Source0: http://www.sqlite.org/%name-%version.tar.bz2
Source1: sqlite.desktop
Source2: sqlite-check_fsync_dir.c
@@ -183,7 +183,23 @@
%_libdir/libsqlite*.so
%_libdir/pkgconfig/sqlite3.pc
-%changelog -n sqlite
+%changelog
+* Mon Feb 19 2007 - adrian@xxxxxxx
+- update to version 3.3.13
+ from the changelog:
+ * Add a "fragmentation" measurement in the output of sqlite3_analyzer.
+ * Add the COLLATE operator used to explicitly set the collating
+ sequence used by an expression. This feature is considered
+ experimental pending additional testing.
+ * Allow up to 64 tables in a join - the old limit was 32.
+ * Added two new experimental functions: randomBlob() and hex().
+ Their intended use is to facilitate generating UUIDs.
+ * Fix a problem where PRAGMA count_changes was causing incorrect
+ results for updates on tables with triggers
+ * Fix a bug in the ORDER BY clause optimizer for joins where
+ the left-most table in the join is constrained by a UNIQUE index.
+ * Fixed a bug in the "copy" method of the TCL interface.
+ * Bug fixes in fts1 and fts2 modules.
* Mon Feb 12 2007 - dmueller@xxxxxxx
- fix library dependencies after loadable extensions were enabled
* Tue Feb 06 2007 - dmacvicar@xxxxxxx
++++++ sqlite-3.3.12.tar.bz2 -> sqlite-3.3.13.tar.bz2 ++++++
++++ 4752 lines of diff (skipped)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |