Opened 4 years ago
Last modified 4 years ago
#32303 closed Cleanup/optimization
Drop support for SQLite < 3.9.0 — at Initial Version
Reported by: | Mariusz Felisiak | Owned by: | Mariusz Felisiak |
---|---|---|---|
Component: | Database layer (models, ORM) | Version: | dev |
Severity: | Normal | Keywords: | |
Cc: | Tim Graham | Triage Stage: | Ready for checkin |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Indexes on expressions (see #26167) and the SQLITE_ENABLE_JSON1
compile-time option are supported on SQLite 3.9.0+.
Ubuntu Xenial ships with SQLite 3.11.0 and will EOL in April 2021.
SQLite 3.9.0 was released in October 2015. SQLite version support seems like a similar situation as GEOS libraries which we generally support about 5 years after released.
Note:
See TracTickets
for help on using tickets.