Problem/Motivation
The current minimum required version for SQLite (3.3.7) is 9 years old and we need to maintain some special-casing code for that reason.
Proposed resolution
Upgrade the minimum version requirement to 3.6.8.
CentOS 6 has 3.6.20
Debian Wheezy has 3.7.13
Ubuntu 12.04 has 3.7.9
Remaining tasks
None.
User interface changes
None.
API changes
None.
Beta phase evaluation
Issue category | Task because the current code presumably works. |
---|---|
Prioritized changes | The main goal of this issue is to reduce code fragility and future maintenance costs. |
Disruption | None because D8 is not currently usable with the SQLite db backend. |