#36148: Enable native tuple comparison lookups on Oracle >= 23.4.
-------------------------------------+-------------------------------------
Reporter: Simon Charette | Owner: Simon
Type: | Charette
Cleanup/optimization | Status: closed
Component: Database layer | Version: 5.2
(models, ORM) |
Severity: Normal | Resolution: fixed
Keywords: | Triage Stage: Ready for
| checkin
Has patch: 1 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------------+-------------------------------------
Changes (by Mariusz Felisiak <felisiak.mariusz@…>):
* resolution: => fixed
* status: assigned => closed
Comment:
In [changeset:"4a3ad9eebbc16ce80b348644b557c84ecc741be7" 4a3ad9ee]:
{{{#!CommitTicketReference repository=""
revision="4a3ad9eebbc16ce80b348644b557c84ecc741be7"
Fixed #36148 -- Enabled native tuple comparison lookups on SQLite 3.37+
and Oracle 23.4+.
VALUES must be explicitly specified when declaring a sequence of tuples
on SQLite < 3.37 but it's not required on >= 3.37.
See sqlite/sqlite@9289f51 which addressed the last remaining issue with
IN.
}}}
--
Ticket URL: <
https://code.djangoproject.com/ticket/36148#comment:4>