Edgewall Software

Changes between Version 8 and Version 9 of PySqlite


Ignore:
Timestamp:
Feb 2, 2006, 12:34:35 PM (18 years ago)
Author:
Christian Boos
Comment:

Added information about newer SQLite versions (3.3.x)

Legend:

Unmodified
Added
Removed
Modified
  • PySqlite

    v8 v9  
    99but Trac 0.9 works best with '''SQLite 3.2.8'''. The compatible
    1010Python bindings are:
    11  * either the 1.x release branch of PySqlite (version 1.1.6 as of this writing)
     11 * either the 1.x release branch of PySqlite
     12   * version 1.1.6 as of this writing,
     13   * version 1.1.7 required if using SQLite >= 3.3.3
    1214 * or, better, the newer 2.0.x release branch
    13    (version >= 2.0.5 preferred, 2.0.3 has been reported to cause [ticket:2688 crashes] on Windows)
    14  * the 2.1.0 version appears to work well with Trac.
     15   * version >= 2.0.5 preferred,
     16   * 2.0.3 has been reported to cause [ticket:2688 crashes] on Windows
     17   * version 2.0.7 required if using SQLite >= 3.3.3
     18 * the 2.1.3 version appears to work well with Trac.
    1519   This release branch features a new statement cache and
    1620   a better handling of concurrent write operations.