This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "dspam".
The branch, master has been updated
via 70bae2b76ea9827c64e83a0823ac326fb324de67 (commit)
from 9197e0ce1070add7fca6a2f9176e0f7e9c6be053 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 70bae2b76ea9827c64e83a0823ac326fb324de67
Author: Stevan Bajic <st...@ba...>
Date: Tue Jun 16 02:09:09 2009 +0200
SQLite3 driver, purge script and documentation update
Change the SQLite3 driver to be closer to the changes recently done in the MySQL and PostgreSQL driver. The changes for the SQLite3 driver include:
* Set all statistical counters to be unsigned
* Fix memory leaks
* Reduce memory footprint
* Fix issues with escaped SQL queries
* Add more debug output (only if debug is enabled)
* Micro speed and memory consumption improvements by removing not needed whitespace from SQL queries.
* Update SQLite3 purge script
* Update documentation for SQLite driver
Database schema has not changed. Users from pre 3.9.0 can just use the new driver without the need to run migration commands on the database.
MFM: 21 days
Bug-ID: 2802205
Bug-Reported-By: M.B. <le...@us...>
Security: none
-----------------------------------------------------------------------
Summary of changes:
CHANGELOG | 17 +
doc/sqlite_drv.txt | 25 +-
src/sqlite3_drv.c | 624 ++++++++++++++++++++++----------------
src/tools.sqlite_drv/purge-3.sql | 11 +-
4 files changed, 400 insertions(+), 277 deletions(-)
hooks/post-receive
--
dspam
|