Opened 17 years ago
Closed 17 years ago
#6628 closed (wontfix)
Patch for django inspectdb to work with oracle 8i
Reported by: | psycoman | Owned by: | nobody |
---|---|---|---|
Component: | Database layer (models, ORM) | Version: | dev |
Severity: | Keywords: | oracle 8i inspectdb | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
With this patch you can inspectdb with oracle 8i.
Attachments (1)
Change History (3)
by , 17 years ago
Attachment: | oracle8i_inspectdb.patch added |
---|
comment:1 by , 17 years ago
Summary: | Patch for django inspectdb to work with 8i → Patch for django inspectdb to work with oracle 8i |
---|
comment:2 by , 17 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Django only supports Oracle 9i and higher. So it's probably a good things that inspectdb doesn't work on 8i, otherwise people would think that they could use an existing 8i database with Django.
Thanks for the patch, but I don't think this is worth including for that reason.