Edgewall Software

Changes between Version 34 and Version 35 of PySqlite


Ignore:
Timestamp:
Mar 13, 2008, 8:35:57 PM (16 years ago)
Author:
Christian Boos
Comment:

Update the version numbers

Legend:

Unmodified
Added
Removed
Modified
  • PySqlite

    v34 v35  
    1111
    1212Trac 0.9 works best with '''[http://www.sqlite.org/version3.html SQLite 3.x]''',
    13 like SQLite 3.2.8 or SQLite 3.3.x (3.3.8 works fine).
     13like SQLite 3.2.8, 3.3.8, etc. The latest as of this writing ('''3.5.6''') works fine.
    1414
    1515Pay attention to
     
    4040=== The Pysqlite2 bindings ===
    4141
    42 The most stable version is now '''2.3.2''', and this is the one which ships now with Python 2.5.
    43 You can also use ''2.3.3'', which fixes a compatibility issue with `mod_cache` when used in Apache (see Pysqlite:#174).
     42The latest stable version available at pysqlite.org as of this writing is '''2.4.1''', and it works fine with Trac.
     43
     44{{{
     45#!comment
     46Note that there's also an experimental version 3.0 (ctypes based), which works quite fine with Trac (be sure to use tip).
     47
     48FIXME: ask Gerhard where he moved the repo :-)
     49}}}
    4450
    4551Detailed information about older releases:
     
    5864   built it from source, linking with sqlite-3.3.4; so far both
    5965   are working perfectly)
     66 * 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).
     67 * you need ''2.3.3'' if you use Apache and `mod_cache` (see Pysqlite:#174).
    6068
    6169==== Downloading Pysqlite ====