- Log -----------------------------------------------------------------
commit f53478286089caaa7fb21489550273ff35c6f442
Author: Stuart D Gathman <st...@bm...>
Date: Mon Feb 23 11:15:49 2015 +0100
The dspam sqlite3_drv runs in auto_commit mode, resulting in 1000s of transactions on a single email - rendering it unusably slow. Further, it crashes on sql errors (include expected failures such as with _ds_verify_signature) because it uses the system free() on the error message from sqlite3, instead of sqlite3_free().
-----------------------------------------------------------------------
Summary of changes:
src/sqlite3_drv.c | 18 ++++++++++++++++--
1 files changed, 16 insertions(+), 2 deletions(-)
hooks/post-receive
--
dspam
|