#27324 closed Cleanup/optimization (fixed)
Simplify get_constraints on Oracle
Reported by: | Mariusz Felisiak | Owned by: | Mariusz Felisiak |
---|---|---|---|
Component: | Database layer (models, ORM) | Version: | dev |
Severity: | Normal | Keywords: | oracle |
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
I propose to remove unnecessary sql with check constraints (1) and optimization of another one that will return PKs, uniques and checks (2) in get_constraints on Oracle.
Change History (5)
comment:1 by , 8 years ago
Has patch: | set |
---|
comment:2 by , 8 years ago
Triage Stage: | Unreviewed → Accepted |
---|
comment:3 by , 8 years ago
Triage Stage: | Accepted → Ready for checkin |
---|
Looks good, pending feedback from anyone interested in Oracle.
Note:
See TracTickets
for help on using tickets.
PR