diff options
author | adam <adam@pkgsrc.org> | 2012-09-06 20:29:41 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2012-09-06 20:29:41 +0000 |
commit | f23e8708dbdc23f7c910a8ad691e8387c5e9db64 (patch) | |
tree | 6ea74d18ea228bd22fcc81eccebc35dc521fcad9 /databases/sqlite3-docs/PLIST | |
parent | b7546c84e00ffe5138cbbd72dfe44060de60c8d2 (diff) | |
download | pkgsrc-f23e8708dbdc23f7c910a8ad691e8387c5e9db64.tar.gz |
Changes 3.7.14:
* Drop built-in support for OS/2. If you need to upgrade an OS/2 application to
use this or a later version of SQLite, then add an application-defined VFS
using the sqlite3_vfs_register() interface. The code removed in this release
can serve as a baseline for the application-defined VFS.
* Ensure that floating point values are preserved exactly when reconstructing a
database from the output of the ".dump" command of the command-line shell.
* Added the sqlite3_close_v2() interface.
* Updated the command-line shell so that it can be built using
SQLITE_OMIT_FLOATING_POINT and SQLITE_OMIT_AUTOINIT.
* Improvements to the windows makefiles and build processes.
* Enhancements to PRAGMA integrity_check and PRAGMA quick_check so that they
can optionally check just a single attached database instead of all attached
databases.
* Enhancements to WAL mode processing that ensure that at least one valid
read-mark is available at all times, so that read-only processes can always
read the database.
* Performance enhancements in the sorter used by ORDER BY and CREATE INDEX.
* Added the SQLITE_DISABLE_FTS4_DEFERRED compile-time option.
* Better handling of aggregate queries where the aggregate functions are
contained within subqueries.
* Enhance the query planner so that it will try to use a covering index on
queries that make use of or optimization.
Diffstat (limited to 'databases/sqlite3-docs/PLIST')
-rw-r--r-- | databases/sqlite3-docs/PLIST | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/sqlite3-docs/PLIST b/databases/sqlite3-docs/PLIST index ddc865e2c21..cae087c4aed 100644 --- a/databases/sqlite3-docs/PLIST +++ b/databases/sqlite3-docs/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.11 2012/06/11 16:21:30 adam Exp $ +@comment $NetBSD: PLIST,v 1.12 2012/09/06 20:29:41 adam Exp $ share/doc/sqlite3/34to35.html share/doc/sqlite3/35to36.html share/doc/sqlite3/about.html @@ -292,6 +292,7 @@ share/doc/sqlite3/images/foreignlogos/bentley.jpg share/doc/sqlite3/images/foreignlogos/bloomberg.gif share/doc/sqlite3/images/foreignlogos/dropbox.gif share/doc/sqlite3/images/foreignlogos/firefox.gif +share/doc/sqlite3/images/foreignlogos/flame.gif share/doc/sqlite3/images/foreignlogos/ge.gif share/doc/sqlite3/images/foreignlogos/google.gif share/doc/sqlite3/images/foreignlogos/intuit.gif @@ -563,6 +564,7 @@ share/doc/sqlite3/releaselog/3_7_11.html share/doc/sqlite3/releaselog/3_7_12.html share/doc/sqlite3/releaselog/3_7_12_1.html share/doc/sqlite3/releaselog/3_7_13.html +share/doc/sqlite3/releaselog/3_7_14.html share/doc/sqlite3/releaselog/3_7_2.html share/doc/sqlite3/releaselog/3_7_3.html share/doc/sqlite3/releaselog/3_7_4.html |