Edgewall Software

Changes between Initial Version and Version 2 of Ticket #11969


Ignore:
Timestamp:
Mar 1, 2015, 1:05:53 AM (9 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11969

    • Property Owner set to Ryan J Ollos
    • Property Status newassigned
    • Property Milestone undecided1.1.5
    • Property Summary Remove support for SQLite < 3.0Specify minimum supported version of PySqlite
  • Ticket #11969 – Description

    initial v2  
    1 Python 2.5 include [https://docs.python.org/2/library/sqlite3.html sqlite3], so we should considering if/when to remove support for SQLite < 3. Mentioned in comment:2:ticket:11967.
     1Python 2.5 include [https://docs.python.org/2/library/sqlite3.html sqlite3]. The proposed change is that we adopt as the minimum supported version of PySqlite the version of PySqlite provided in the sqlite3 module by the minimum supported version of Python. For Python 2.6 this will be PySqlite 2.4.1.