documentation of ticket #4140: manage.py with oracle database fails with ORA-06552 when a field name is a keyword
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)
| Component: |
Uncategorized → Documentation
|
| Triage Stage: |
Unreviewed → Accepted
|
| Resolution: |
→ fixed
|
| Status: |
new → closed
|
Point of clarification. Is
ordera 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 awareorderis one of those.