diff options
author | adam <adam@pkgsrc.org> | 2012-06-11 16:21:30 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2012-06-11 16:21:30 +0000 |
commit | 30149ed2384c085dcd80ec6c8a040674f8a501cd (patch) | |
tree | 91651c558b79da1c0767bc4273a57df5487255a0 /games/xbill | |
parent | 93a2f786afd2e4553a0b7128c80d8281d67cba8e (diff) | |
download | pkgsrc-30149ed2384c085dcd80ec6c8a040674f8a501cd.tar.gz |
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.
Diffstat (limited to 'games/xbill')
0 files changed, 0 insertions, 0 deletions