Edgewall Software

Opened 9 years ago

Last modified 9 years ago

#11969 closed task

Specify minimum supported version of PySqlite — at Version 2

Reported by: Ryan J Ollos Owned by: Ryan J Ollos
Priority: normal Milestone: 1.1.4
Component: database backend Version:
Severity: normal Keywords: sqlite pysqlite
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description (last modified by Ryan J Ollos)

Python 2.5 include 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.

Change History (2)

comment:1 by Ryan J Ollos, 9 years ago

I was confused by the code, SQLite 2.x is already not supported. However, we can clarify supported PySqlite versions.

Last edited 9 years ago by Ryan J Ollos (previous) (diff)

comment:2 by Ryan J Ollos, 9 years ago

Description: modified (diff)
Milestone: undecided1.1.5
Owner: set to Ryan J Ollos
Status: newassigned
Summary: Remove support for SQLite < 3.0Specify minimum supported version of PySqlite
Note: See TracTickets for help on using tickets.