~ubuntu-branches/ubuntu/lucid/bogofilter/lucid-security

« back to all changes in this revision

Viewing changes to doc/README.sqlite

  • Committer: Bazaar Package Importer
  • Author(s): Bhavani Shankar
  • Date: 2009-05-06 05:41:52 UTC
  • mfrom: (1.1.11 upstream) (2.1.4 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090506054152-tgameecssbuv4np6
Tags: 1.2.0-2ubuntu1
* Merge from debian unstable, remaining changes: LP: #372497
  - don't build qdbm.
  - Don't build tokyocabinet support as it's in universe.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
SQLITE3 DATABASE DRIVER FOR BOGOFILTER
2
2
======================================
3
3
 
4
 
$Id: README.sqlite 6703 2008-02-08 12:54:52Z m-a $
 
4
$Id: README.sqlite 6744 2008-10-15 12:00:20Z m-a $
5
5
 
6
6
This document only applies if you want to use bogofilter with SQLite3
7
7
databases.
20
20
 
21
21
2.1 Compatibility - supported SQLite versions
22
22
 
23
 
At this time, only SQLite 3.5.4 and newer are supported. Older versions
 
23
At this time, only SQLite v3.5.6 and newer are supported. Older versions
24
24
back to 3.0.8 may work, but you are advised to carefully review the
25
25
sqlite3 ChangeLog, because there have been several important bug fixes
26
26
since 3.0.8, including fixes for bugs that can corrupt the database.
 
27
Note that sqlite v3.3.9 and newer sometimes generate error messages that
 
28
are clearer when executing SQL statements (that bogofilter generates
 
29
internally).
27
30
 
28
31
Bogofilter prints a warning (but continues to run) when used with SQLite
29
 
versions older than 3.5.4. This warning can be suppressed by defining
 
32
versions older than v3.5.4. This warning can be suppressed by defining
30
33
the environment variable BF_USE_OLD_SQLITE to any value, including the
31
34
empty value.
32
35