This is the mail archive of the
cygwin-announce
mailing list for the Cygwin project.
Updated: sqlite3-3.8.4.3-1 for Cygwin/Cygwin64
- From: Jan Nijtmans <jan dot nijtmans at gmail dot com>
- To: cygwin-announce at cygwin dot com
- Date: Sat, 19 Apr 2014 21:58:32 +0200
- Subject: Updated: sqlite3-3.8.4.3-1 for Cygwin/Cygwin64
- Authentication-results: sourceware.org; auth=none
- Reply-to: The Cygwin Mailing List <cygwin at cygwin dot com>
SQLite is a software library that implements a self-contained,
serverless, zero-configuration, transactional SQL database engine
Changes since 3.8.4.1-1
=====================
* Updated to upstream 3.8.4.3 release. See:
<http://www.sqlite.org/releaselog/current.html>
* One new Cygwin package: "sqlite3-vfslog".
This extension can be used to log all vfs activity in CSV format.
* Additional bug-fixes, either discovered just after upstream
3.8.4.3 was released, either discovered earlier but not
considered important enough to put in the upstream release:
* Fix the EXPLAIN indenter in the command-line shell to
correctly handle NextIfOpen and PrevIfOpen opcodes.
<http://www.sqlite.org/src/info/01944c53f5>
* In the command-line shell, run set writable_schema before
running the ".clone" command.
<http://www.sqlite.org/src/info/9d2ae6342c>
* Ensure the "PRAGMA journal_mode=WAL" works coming
from any other journal_mode with ATTACH-ed databases.
<http://www.sqlite.org/src/info/e54330b431>
* Modify the OR-clause handling so that it can safely deal
with OR-clause with 17 or more terms.
<http://www.sqlite.org/src/info/10fb063b11>
* Make sure column cache elements are cleared correctly
when jumping over code for key generation in a partial index.
<http://www.sqlite.org/src/info/2ea3e9fe63>
* Make sure the undocumented sqlite_rename_parent() function
does not crash even if it is invoked with NULL arguments.
<http://www.sqlite.org/src/info/264b970c43>
* Additional SQLite bug-fixes, rejected (apparently) upstream
but important (and simple) enough for Cygwin:
* VFS filename truncation issues
<http://www.sqlite.org/src/info/c060923a54>
* Wrong filename handling in sqlite3_load_extension() for Cygwin
<http://osdir.com/ml/sqlite-users/2014-02/msg00431.html>
* pragma database_list returns win32 paths on Cygwin
<http://osdir.com/ml/sqlite-users/2014-02/msg00515.html>
--
Jan Nijtmans