#36148 closed Cleanup/optimization (fixed)
Enable native tuple comparison lookups on Oracle >= 23.4.
Reported by: | Simon Charette | Owned by: | Simon Charette |
---|---|---|---|
Component: | Database layer (models, ORM) | Version: | 5.2 |
Severity: | Normal | Keywords: | |
Cc: | Mariusz Felisiak | 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
While I couldn't find the exact release note mention it appears that Oracle 23.4+ finally supports native tuple operations which makes most of the tuple_lookups
Oracle specialization unnecessary on these versions.
Change History (5)
comment:1 by , 4 weeks ago
Cc: | added |
---|---|
Owner: | set to |
Triage Stage: | Unreviewed → Accepted |
comment:2 by , 2 weeks ago
Triage Stage: | Accepted → Ready for checkin |
---|
Note:
See TracTickets
for help on using tickets.
I also couldn't find a release note