#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 Mariusz Felisiak):
Replying to [comment:11 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;"
> }}}
Thanks for checking. I attached the new version that also should generate
`RENAME` statements for columns. Can you take a look?
--
Ticket URL: <https://code.djangoproject.com/ticket/33789#comment:12>
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/0107018180f27a12-8a623699-7652-4ced-bdb3-64225b5c87d9-000000%40eu-central-1.amazonses.com.