Edgewall Software

Changes between Version 26 and Version 27 of DatabaseBackend


Ignore:
Timestamp:
Feb 28, 2007, 1:27:33 PM (17 years ago)
Author:
Christian Boos
Comment:

Links to MySqlDb page added

Legend:

Unmodified
Added
Removed
Modified
  • DatabaseBackend

    v26 v27  
    1818   [http://initd.org/projects/psycopg2 psycopg2], or
    1919   [http://pypgsql.sourceforge.net/ pyPgSQL]) (see #126 for historical notes)
     20 * [http://www.mysql.org MySQL], using MySqlDb (see #986 for historical notes)
    2021
    2122There's some work in progress for the following:
    22  * MySQL (see #986)
    2323 * Oracle (see #1874)
    2424
     
    6666=== MySQL ===
    6767
    68 MySQL is only experimentally supported with the patch attached to ticket #986. 
    69 It also has several limitations.
     68It is supported by Trac since [milestone:0.10], but there are some limitations,
     69documented in more details in the MySqlDb page.
     70
    7071 * Have a working copy of MySQL version 4.1.12 or greater.
    7172 * [http://sourceforge.net/projects/mysql-python MySQLdb] - Python database driver for MySQL