[Lunar-commits] <moonbase> sqlite: version bump to 3.5.7.
Florin Braescu
florin at lunar-linux.org
Tue Mar 18 06:01:55 CET 2008
commit 2bb1fcc85a79bb8bee2027cfaf15959d645fb7e9
Author: Florin Braescu <florin at lunar-linux.org>
Date: Tue Mar 18 07:01:55 2008 +0200
sqlite: version bump to 3.5.7.
Changes:
-Fix a bug in the register allocation for compound selects -
introduced by the new VM code in version 3.5.5.
-ALTER TABLE uses double-quotes instead of single-quotes for
quoting filenames.
-Use the WHERE clause to reduce the size of a materialized
VIEW in an UPDATE or DELETE statement. (Optimization)
-Do not apply the flattening optimization if the outer query
is an aggregate and the inner query contains ORDER BY.
-Additional OS/2 updates
-Added an experimental power-of-two, first-fit memory allocator.
-Remove all instances of sprintf() from the code
-Accept "Z" as the zulu timezone at the end of date strings
-Fix a bug in the LIKE optimizer that occurs when the last
character before the first wildcard is an upper-case "Z"
-Added the "bitvec" object for keeping track of which pages
have been journalled. Improves speed and reduces memory
consumption, especially for large database files.
-Get the SQLITE_ENABLE_LOCKING_STYLE macro working again on
MacOSX.
-Store the statement journal in the temporary file directory
instead of colocated with the database file.
-Many improvements and cleanups to the configure script.
---
sql/sqlite/DETAILS | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/sql/sqlite/DETAILS b/sql/sqlite/DETAILS
index 2c1bf94..3fd74e3 100644
--- a/sql/sqlite/DETAILS
+++ b/sql/sqlite/DETAILS
@@ -1,12 +1,12 @@
MODULE=sqlite
- VERSION=3.5.6
+ VERSION=3.5.7
SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE_URL=http://www.sqlite.org/
- SOURCE_VFY=sha1:e913e42445ce8ffc6fe534031c2d526468b901f7
- WEB_SITE=http://www.sqlite.org/
+ SOURCE_URL=http://www.sqlite.org
+ SOURCE_VFY=sha1:ecf07e4e78f2dd13ff8818bfe212c8c40a5880e0
+ WEB_SITE=http://www.sqlite.org
ENTERED=20011016
- UPDATED=20080207
- SHORT="An SQL engine in a C library"
+ UPDATED=20080318
+ SHORT="An SQL engine in a C library"
cat << EOF
SQLite is a C library that implements an SQL database engine. A large
More information about the Lunar-commits
mailing list