Edgewall Software

Changes between Version 50 and Version 51 of PySqlite


Ignore:
Timestamp:
Sep 8, 2010, 9:10:07 PM (14 years ago)
Author:
Remy Blank
Comment:

Mention not to use 2.5.2 - 2.5.4.

Legend:

Unmodified
Added
Removed
Modified
  • PySqlite

    v50 v51  
    8282
    8383Detailed information about older releases:
    84  * either the 1.x release branch of PySqlite
     84 * Trac 0.11.x still supports the 1.x release branch of PySqlite
    8585   * version 1.1.6 as of this writing,
    8686   * version ''1.1.7'' required if using SQLite >= 3.3.3
    8787   But really, you should be using the 2.x versions, at this time.
    88  * or, '''better''', one of the newer 2.x release branch
     88 * Trac 0.12.x requires one of the newer 2.x release branch
    8989   * version >= 2.0.5 preferred,
    9090   * 2.0.3 has been reported to cause [ticket:2688 crashes] on Windows
    9191   * version '''2.0.7''' required if using SQLite >= 3.3.3
    92  * the ''2.1.3'' version appears to work well with Trac.
     92 * The ''2.1.3'' version appears to work well with Trac.
    9393   This release branch features a new statement cache and
    9494   a better handling of concurrent write operations.
    95  * the ''2.2.0'' version appears to work with Trac as well
     95 * The ''2.2.0'' version appears to work with Trac as well
    9696   (I tested the 2.4 egg from initd on Windows, and on Linux I
    9797   built it from source, linking with sqlite-3.3.4; so far both
    9898   are working perfectly)
    99  * the ''2.3.2'' version is the one which ships with Python 2.5 (available there as the `sqlite3` package. Trac tries to use it if the `pysqlite2` package is installed).
    100  * you need ''2.3.3'' if you use Apache and `mod_cache` (see Pysqlite:#174).
     99 * The ''2.3.2'' version is the one which ships with Python 2.5 (available there as the `sqlite3` package. Trac tries to use it if the `pysqlite2` package is installed).
     100 * You need ''2.3.3'' if you use Apache and `mod_cache` (see Pysqlite:#174).
     101 * The versions 2.5.2 - 2.5.4 have a bug that prevents upgrading from 0.11 to 0.12 (and possibly other breakage), so don't use any of those (see #9434).
    101102
    102103Note that bug reports involving the obsolete pysqlite 1.0.x (for SQLite v2)