Ticket #5637: 5637.diff

File 5637.diff, 770 bytes (added by Matt Boersma, 17 years ago)

Clarifies SQLite support in Python 2.5

  • docs/install.txt

     
    6363* If you're using MySQL, you'll need MySQLdb_, version 1.2.1p2 or higher.
    6464  You will also want to read the database-specific notes for the `MySQL backend`_.
    6565
    66 * If you're using SQLite, you'll need pysqlite_. Use version 2.0.3 or higher.
     66* If you're using SQLite and Python version 2.3 or 2.4, you'll need pysqlite_.
     67  Use version 2.0.3 or higher.  (For Python 2.5 and later, support for SQLite
     68  is already included.)
    6769
    6870* If you're using Oracle, you'll need cx_Oracle_, version 4.3.1 or higher.
    6971  You will also want to read the database-specific notes for the `Oracle backend`_.
Back to Top