On Thu, Apr 12, 2012 at 9:14 PM, Craig Lucas <craigmlu...@gmail.com> wrote:
> i actually didnt try the db_column attribute because I read about quoting it
> before I started writing the code. But that wont solve the schema problem.
>  It will still try to create the index and fk constraints with the dots and
> quotes around the table name.
>
> i believe it is required to quote the schema and table name in the db_table
> property as '"dim"."Application"', if you left it as 'dim.Application' it
> would create the table as 'dim.application' and if it quoted it it would
> still be wrong as "dim.Application"...that will fail also
>
> On the schema question, yes adding a db_schema property and all the
> supporting code sounds like it would fit well...you can create fk's to
> tables in diff schemas.

This is ticket [1]#6148. There is some recent renewed energy and
know how being put in addind that feature. Maybe you can help by
testing the  proposed changes with your use case and giving
feedback?

Regards,

-- 
Ramiro Morales

1. https://code.djangoproject.com/ticket/6148

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to django-developers@googlegroups.com.
To unsubscribe from this group, send email to 
django-developers+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-developers?hl=en.

Reply via email to