#30860: Skip OrderBy.as_sqlite on SQLite >= 3.30
-------------------------------------+-------------------------------------
Reporter: Simon | Owner: nobody
Charette |
Type: | Status: new
Cleanup/optimization |
Component: Database | Version: master
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 |
-------------------------------------+-------------------------------------
From https://www.sqlite.org/changes.html#version_3_30_0
> Add support for the `NULLS FIRST` and `NULLS LAST` syntax in ORDER BY
clauses.
Even if CI is not on SQLite 3.30 it can be tested locally on Linux using
`LD_PRELOAD` https://github.com/orf/django-docker-box/issues/25
--
Ticket URL: <https://code.djangoproject.com/ticket/30860>
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/052.1d853f747c747140a81d67ea4108adb0%40djangoproject.com.