Opened 7 years ago

Closed 7 years ago

#28364 closed Cleanup/optimization (fixed)

Optimize Oracle relations introspection by removing redundant table joins.

Reported by: Mariusz Felisiak Owned by: Mariusz Felisiak
Component: Database layer (models, ORM) Version: dev
Severity: Normal Keywords: oracle get_relations
Cc: 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

user_tab_cols table joins are redundant.

Change History (4)

comment:1 by Tim Graham, 7 years ago

Triage Stage: UnreviewedAccepted

comment:2 by Mariusz Felisiak, 7 years ago

Has patch: set

comment:3 by Tim Graham, 7 years ago

Triage Stage: AcceptedReady for checkin

comment:4 by Tim Graham <timograham@…>, 7 years ago

Resolution: fixed
Status: assignedclosed

In cf57ecb:

Fixed #28364 -- Removed redundant table joins in Oracle's DatabaseIntrospection.get_relations().

Note: See TracTickets for help on using tickets.
Back to Top