#34760: Drop support for SQLite < 3.26.0
-------------------------------------+-------------------------------------
               Reporter:  Mariusz    |          Owner:  nobody
  Felisiak                           |
                   Type:             |         Status:  new
  Cleanup/optimization               |
              Component:  Database   |        Version:  4.2
  layer (models, ORM)                |
               Severity:  Normal     |       Keywords:
           Triage Stage:             |      Has patch:  0
  Unreviewed                         |
    Needs documentation:  0          |    Needs tests:  0
Patch needs improvement:  0          |  Easy pickings:  0
                  UI/UX:  0          |
-------------------------------------+-------------------------------------
 SQLite 3.24+ supports updating rows on constraint or uniqueness errors
 during `INSERT`.
 SQLite 3.25+ supports window functions and renaming columns.
 SQLite 3.26+ support DDL operations requiring references rename in a
 transaction.

 Ubuntu Focal ships with SQLite 3.31.1 (which will still by supported by
 Django).
 Debian Buster ships with 3.27.2 and will EOL in June 2024.
 Python 3.8 ships with 3.28.0.

 ​SQLite 3.26.0 was released in December 2018. SQLite version support seems
 like a similar situation as GEOS libraries which we generally support
 about 5 years after released.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/34760>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/01070189ba73dbfe-210b7f38-8722-4361-b2e9-98ad91ab99a0-000000%40eu-central-1.amazonses.com.

Reply via email to