On Wed, Oct 31, 2012 at 1:23 PM, Shai Berger <[email protected]> wrote:
> I'm not sure -- perhaps the db_tablespace option is interpreted by the > Oracle > backend as schema, which would allow what Michal is trying to do with a > sane > API. Otherwise, I'd advise Michal to look at Oracle's table aliases, and > mark > this also as a missing feature. > The Oracle backend interprets db_tablespace as a tablespace. Ultimately, the proper way to specify a schema will be with the db_schema option, but this depends on ticket #6148. Until then, synonyms are the officially recommended workaround, but the 'schema"."table' hack is also commonly used. -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-developers?hl=en.
