Re: Mutli-column composite keys

2010-09-20 Thread Danny Adair
On Mon, Sep 20, 2010 at 08:50, J. P. Smyth wrote: >[...] > Does anyone have a suggestion how I can achieve this unique primary > key in Django without resorting to creating another column with the > company name plus the product id? Unfortunately http://code.djangoproject.com/ticket/373#comment:2

Re: Mutli-column composite keys

2010-09-19 Thread Preston Holmes
On Sep 19, 1:50 pm, "J. P. Smyth" wrote: > Someone here wrote: > > "Mutli-column composite keys are not currently supported by Django. > Adding support for multi-column keys (primary or otherwise) is > something that has been long discussed, and there is agre

Mutli-column composite keys

2010-09-19 Thread J. P. Smyth
Someone here wrote: "Mutli-column composite keys are not currently supported by Django. Adding support for multi-column keys (primary or otherwise) is something that has been long discussed, and there is agreement that it is a desirable feature" My problem is that I absolutely