#24585: Remove repetitive guarding against double quoting database identifiers
-------------------------------------+-------------------------------------
     Reporter:  jdufresne            |                    Owner:  nobody
         Type:                       |                   Status:  closed
  Cleanup/optimization               |
    Component:  Database layer       |                  Version:  master
  (models, ORM)                      |
     Severity:  Normal               |               Resolution:  wontfix
     Keywords:                       |             Triage Stage:
                                     |  Unreviewed
    Has patch:  1                    |      Needs documentation:  0
  Needs tests:  0                    |  Patch needs improvement:  0
Easy pickings:  0                    |                    UI/UX:  0
-------------------------------------+-------------------------------------
Changes (by shaib):

 * status:  new => closed
 * resolution:   => wontfix


Comment:

 This is also used by Oracle users to reference out-of-schema tables and to
 preserve case (normally, the Oracle backend turns all names to uppercase).
 We can think up cleaner alternatives, but the current behavior cannot be
 simply removed without replacement; and this replacement would need to go
 through a deprecation cycle as well.

 The right place for discussing such alternatives is the
 DevelopersMailingList.

--
Ticket URL: <https://code.djangoproject.com/ticket/24585#comment:4>
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/067.f1af5b47ec1e06c587370c88e8448327%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to