[Lunar-commits] <moonbase> sqlite: version bumped to 3.5.8.
Florin Braescu
florin at lunar-linux.org
Thu Apr 17 17:33:24 CEST 2008
commit e0b087f6151b2b2fe107cb26cd06e359bb65c450
Author: Florin Braescu <florin at lunar-linux.org>
Date: Thu Apr 17 18:33:24 2008 +0300
sqlite: version bumped to 3.5.8.
Changes:
Expose SQLite's internal pseudo-random number generator (PRNG) via the sqlite3_randomness() interface
New interface sqlite3_context_db_handle() that returns the database connection handle that has invoked an application-defined SQL function.
New interface sqlite3_limit() allows size and length limits to be set on a per-connection basis and at run-time.
Improved crash-robustness: write the database page size into the rollback journal header.
Allow the VACUUM command to change the page size of a database file.
The xAccess() method of the VFS is allowed to return -1 to signal a memory allocation error.
Performance improvement: The OP_IdxDelete opcode uses unpacked records, obviating the need for one OP_MakeRecord opcode call for each index record deleted.
Performance improvement: Constant subexpressions are factored out of loops.
Performance improvement: Results of OP_Column are reused rather than issuing multiple OP_Column opcodes.
Fix a bug in the RTRIM collating sequence.
Fix a bug in the SQLITE_SECURE_DELETE option that was causing Firefox crashes. Make arrangements to always test SQLITE_SECURE_DELETE prior to each release.
Other miscellaneous performance enhancements.
Other miscellaneous minor bug fixes.
---
sql/sqlite/DETAILS | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/sql/sqlite/DETAILS b/sql/sqlite/DETAILS
index 2dbbe4a..ba89f29 100644
--- a/sql/sqlite/DETAILS
+++ b/sql/sqlite/DETAILS
@@ -1,11 +1,11 @@
MODULE=sqlite
- VERSION=3.5.7
+ VERSION=3.5.8
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL=http://www.sqlite.org
- SOURCE_VFY=sha1:ecf07e4e78f2dd13ff8818bfe212c8c40a5880e0
+ SOURCE_VFY=sha1:35b451b80932a7ba0bc2a0588259dad145e4147d
WEB_SITE=http://www.sqlite.org
ENTERED=20011016
- UPDATED=20080318
+ UPDATED=20080417
SHORT="An SQL engine in a C library"
cat << EOF
More information about the Lunar-commits
mailing list