#6148: Add generic support for database schemas
-------------------------------------+-------------------------------------
     Reporter:  Ian Kelly            |                    Owner:  Anssi
                                     |  Kääriäinen
         Type:  New feature          |                   Status:  new
    Component:  Database layer       |                  Version:  master
  (models, ORM)                      |
     Severity:  Normal               |               Resolution:
     Keywords:  oracle postgresql    |             Triage Stage:  Accepted
  mysql schemas                      |
    Has patch:  1                    |      Needs documentation:  0
  Needs tests:  0                    |  Patch needs improvement:  1
Easy pickings:  0                    |                    UI/UX:  0
-------------------------------------+-------------------------------------

Comment (by Asif Saifuddin Auvi):

 Replying to [comment:181 Christian González]:
 > Is there any chance supporting Oracle too? I have exactly this use case:
 >
 > Using a different (read-only) Oracle user to access a production
 database read-only. This user gets his own schema, and I have to grant
 access to the production schema too using Oracle. Now I plan to create a
 REST API using Django/DRF for this (proprietary) database - but I would
 have to add the schema to every Meta.db_table in each model.
 > It would be convenient to have something like a SCHEMA setting in
 DATABASES working for Oracle too.
 >
 > I think I'm not capable of providing a production quality patch for
 Django myself, just maybe help a bit.
 >
 > As stated before - should this be discussed in a separate ticket?

 you can check this patch for some implementation idea
 https://github.com/django/django/pull/6162

-- 
Ticket URL: <https://code.djangoproject.com/ticket/6148#comment:182>
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/064.0cb9e45355b7d567f7519a16a498b540%40djangoproject.com.

Reply via email to