Opened 2 years ago
Closed 2 years ago
#34201 closed Cleanup/optimization (fixed)
Drop support for SQLite < 3.21.0
Reported by: | Mariusz Felisiak | Owned by: | Mariusz Felisiak |
---|---|---|---|
Component: | Database layer (models, ORM) | Version: | 4.1 |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Accepted | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
SQLite 3.15+ supports functions in partial indexes.
SQLite 3.20+ can defer constraint checks and supports PRAGMA
foreign key checks.
Ubuntu Xenial ships with SQLite 3.22.0 (which will still by supported by Django) and will EOL in April 2023. Debian Buster ships with 3.27.2 and will EOL in June 2024. Python 3.7 ships with 3.21.0.
SQLite 3.21.0 was released in October 2017. SQLite version support seems like a similar situation as GEOS libraries which we generally support about 5 years after released.
Change History (4)
comment:1 by , 2 years ago
Triage Stage: | Unreviewed → Accepted |
---|
+1