Edgewall Software

Changes between Version 9 and Version 10 of TracDev/ApiChanges/1.1.4


Ignore:
Timestamp:
Mar 1, 2015, 3:18:54 AM (9 years ago)
Author:
Ryan J Ollos
Comment:

Minimum supported version of pysqlite.

Legend:

Unmodified
Added
Removed
Modified
  • TracDev/ApiChanges/1.1.4

    v9 v10  
    6161==== Databases
    6262
    63 Which versions of PostgreSQL, MySQL/MariaDB and SQLite will we support?
    64 
    65 Database bindings also need to be considered, psycopg2 and MySQLdb.
     63|||| **Database** ||
     64|| SQLite || ? ||
     65|| PostgreSQL || ? ||
     66|| MySQL / MariaDB || ? ||
     67|||| **Database Bindings** ||
     68|| pysqlite || 2.4.1 (version provided by Python 2.6) ||
     69|| psycopg2 || ? ||
     70|| MySQLdb  || ? ||
    6671
    6772==== Other