#10422 closed (fixed)
documentation of ticket #4140: manage.py with oracle database fails with ORA-06552 when a field name is a keyword
Reported by: | Bayo Opadeyi | Owned by: | nobody |
---|---|---|---|
Component: | Documentation | Version: | 1.0 |
Severity: | Keywords: | oracle | |
Cc: | Matt Boersma | Triage Stage: | Accepted |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
the django documentation should have a note in the section on supported databases to warn developers planning to deploy on oracle that they may have issues running syncdb if they have models with field names which are keywords in oracle, for example; 'date', and 'order'.
Change History (7)
comment:1 by , 16 years ago
comment:2 by , 16 years ago
Component: | Uncategorized → Documentation |
---|---|
Triage Stage: | Unreviewed → Accepted |
comment:3 by , 16 years ago
Cc: | added |
---|
comment:4 by , 15 years ago
Keywords: | oracle added |
---|
comment:5 by , 15 years ago
milestone: | → 1.2 |
---|
Note:
See TracTickets
for help on using tickets.
Point of clarification. Is
order
a name that you've actually encountered problems with? Most keywords are safe to use as field names (though not recommended), and as far as I'm awareorder
is one of those.