pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/databases
Module Name: pkgsrc
Committed By: adam
Date: Mon Jun 11 16:21:31 UTC 2012
Modified Files:
pkgsrc/databases/sqlite3: Makefile distinfo
pkgsrc/databases/sqlite3-docs: Makefile PLIST distinfo
pkgsrc/databases/sqlite3-tcl: Makefile distinfo
Log Message:
Changes 3.7.13:
* In-memory databases that are specified using URI filenames are allowed to use
shared cache, so that the same in-memory database can be accessed from
multiple database connections.
* Recognize and use the mode=memory query parameter in URI filenames.
* Avoid resetting the schema of shared cache connections when any one
connection closes. Instead, wait for the last connection to close before
reseting the schema.
* In the RTREE extension, when rounding 64-bit floating point numbers to 32-bit
for storage, always round in a direction that causes the bounding box to get
larger.
* Adjust the unix driver to avoid unnecessary calls to fchown().
* Add interfaces sqlite3_quota_ferror() and sqlite3_quota_file_available() to
the test_quota.c module.
* The sqlite3_create_module() and sqlite3_create_module_v2() interfaces return
SQLITE_MISUSE on any attempt to overload or replace a virtual table module.
The destructor is always called in this case, in accordance with historical
and current documentation.
To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 pkgsrc/databases/sqlite3/Makefile
cvs rdiff -u -r1.69 -r1.70 pkgsrc/databases/sqlite3/distinfo
cvs rdiff -u -r1.10 -r1.11 pkgsrc/databases/sqlite3-docs/Makefile \
pkgsrc/databases/sqlite3-docs/PLIST \
pkgsrc/databases/sqlite3-docs/distinfo
cvs rdiff -u -r1.34 -r1.35 pkgsrc/databases/sqlite3-tcl/Makefile
cvs rdiff -u -r1.22 -r1.23 pkgsrc/databases/sqlite3-tcl/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index