I can attempt to merge his changes in and test it. Do people typically merge these changes in manually? I see changes from a bunch of different people over the last 4 years, should I just grab the last guys changes?
On Thu, Apr 12, 2012 at 9:16 PM, Ramiro Morales <[email protected]> wrote: > On Thu, Apr 12, 2012 at 9:14 PM, Craig Lucas <[email protected]> > 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 [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. > > -- 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.
