#20226: Django problematic when Oracle when column/table names are mixed case
-------------------------------------+-------------------------------------
     Reporter:  calcium              |                    Owner:  nobody
         Type:  Bug                  |                   Status:  new
    Component:  Database layer       |                  Version:  1.5
  (models, ORM)                      |               Resolution:
     Severity:  Normal               |             Triage Stage:
     Keywords:  Oracle, ORM          |  Unreviewed
    Has patch:  0                    |      Needs documentation:  0
  Needs tests:  0                    |  Patch needs improvement:  0
Easy pickings:  1                    |                    UI/UX:  0
-------------------------------------+-------------------------------------

Comment (by calcium):

 For the mixed case table name problem, I get this error when doing a
 $python manage.py inspectdb.

 DatabaseError: ORA-00942: table or view does not exist


 I have traced it down to this line in
 /usr/local/lib/python2.7/dist-
 packages/django/core/management/commands/inspectdb.py

 Line 74     for i, row in
 enumerate(connection.introspection.get_table_description(cursor,
 table_name)):

 And this is where I get stuck. I cannot proceed any further, for now.

 Hope this helps somewhat.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/20226#comment:2>
Django <https://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 unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to