Opened 11 years ago
Closed 10 years ago
#21272 closed Bug (duplicate)
Oracle doesn't return views in introspection
Reported by: | Claude Paroz | Owned by: | jarshwah |
---|---|---|---|
Component: | Database layer (models, ORM) | Version: | dev |
Severity: | Normal | Keywords: | oracle |
Cc: | Triage Stage: | Accepted | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | yes |
Easy pickings: | no | UI/UX: | no |
Description
Unlike other backends, Oracle doesn't return views in get_table_list
(See #6730). We should aim for consistency.
Change History (3)
comment:1 by , 10 years ago
Has patch: | set |
---|---|
Owner: | changed from | to
Status: | new → assigned |
comment:2 by , 10 years ago
Keywords: | oracle added |
---|---|
Patch needs improvement: | set |
Patch needs improvement as noted on PR.
comment:3 by , 10 years ago
Resolution: | → duplicate |
---|---|
Status: | assigned → closed |
This will be fixed along with #18782.
Note:
See TracTickets
for help on using tickets.
https://github.com/django/django/pull/2899
I've opened a PR that should solve this issue.