Edgewall Software

Changes between Version 30 and Version 31 of DatabaseBackend


Ignore:
Timestamp:
Oct 23, 2007, 6:24:34 PM (17 years ago)
Author:
Christian Boos
Comment:

Added caveat for pyPgSQL (#5096)

Legend:

Unmodified
Added
Removed
Modified
  • DatabaseBackend

    v30 v31  
    1313The existing backends have been refactored and integrated in this
    1414layer. There's currently bundled support for:
    15  * [http://www.sqlite.org SQLite], using PySqlite
    16  * [http://www.postgresql.org PostgreSQL], using a variety of bindings
    17    (''[http://initd.org/projects/psycopg1 psycopg1] (but see below)'',
    18    [http://initd.org/projects/psycopg2 psycopg2], or
    19    [http://pypgsql.sourceforge.net/ pyPgSQL]) (see #126 for historical notes)
     15 * '''[http://www.sqlite.org SQLite]''', using '''PySqlite'''
     16 * '''[http://www.postgresql.org PostgreSQL]''', using the
     17   '''[http://initd.org/projects/psycopg2 psycopg2]''' bindings. [[br]]
     18   ''Note that ''[http://initd.org/projects/psycopg1 psycopg1]
     19   is not supported anymore and that [http://pypgsql.sourceforge.net/ pyPgSQL]
     20   also present issues for some users, see #5096).'' [[br]]
     21   Finally, see #126 for historical notes.
    2022 * [http://www.mysql.org MySQL], using MySqlDb (see #986 for historical notes)
    2123