#10422: documentation of ticket #4140: manage.py with oracle database fails with ORA-06552 when a field name is a keyword ---------------------------+------------------------------------------------ Reporter: boyombo | Owner: nobody Status: new | Milestone: Component: Uncategorized | Version: 1.0 Keywords: | Stage: Unreviewed Has_patch: 0 | ---------------------------+------------------------------------------------ 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'.
-- Ticket URL: <http://code.djangoproject.com/ticket/10422> Django <http://code.djangoproject.com/> The Web framework for perfectionists with deadlines. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/django-updates?hl=en -~----------~----~----~----~------~----~------~--~---
