#33789: Document changes in quoting table/colums names on Oracle.
-------------------------------------+-------------------------------------
     Reporter:  Paul in 't Hout      |                    Owner:  nobody
         Type:  Bug                  |                   Status:  new
    Component:  Database layer       |                  Version:  4.0
  (models, ORM)                      |
     Severity:  Release blocker      |               Resolution:
     Keywords:  oracle               |             Triage Stage:  Accepted
    Has patch:  0                    |      Needs documentation:  0
  Needs tests:  0                    |  Patch needs improvement:  0
Easy pickings:  0                    |                    UI/UX:  0
-------------------------------------+-------------------------------------

Comment (by Paul in 't Hout):

 This mostly works, I had to change the following to make it work

 {{{
 rename_table_sql = "RENAME TABLE %s TO %s;"
 }}}

 to
 {{{
 rename_table_sql = "ALTER TABLE %s RENAME TO %s;"
 }}}

-- 
Ticket URL: <https://code.djangoproject.com/ticket/33789#comment:11>
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/0107018180ec6a03-0982a247-dd9a-44ca-be21-fafa0ada60ce-000000%40eu-central-1.amazonses.com.

Reply via email to