Re: bug - multiple column primary key cannot correctly determine duplicate entry

2001-04-14 Thread René Tegel
: <[EMAIL PROTECTED]> Sent: Saturday, April 14, 2001 11:53 AM Subject: bug - multiple column primary key cannot correctly determine duplicate entry Dear MySQL experts In the following example I created simple table with two-column primary key ID,IDT. After some inserts there came insert w

Re: bug - multiple column primary key cannot correctly determine duplicate entry

2001-04-14 Thread Fred van Engen
Hi, On Sat, Apr 14, 2001 at 11:53:52AM +0200, Filip Trojan wrote: > In the following example I created simple table with two-column primary key ID,IDT. >After some inserts there came insert with ID, IDT values, that are not equal to none >of the previous couples, but MySQL still reported error

bug - multiple column primary key cannot correctly determine duplicate entry

2001-04-14 Thread Filip Trojan
Dear MySQL experts In the following example I created simple table with two-column primary key ID,IDT. After some inserts there came insert with ID, IDT values, that are not equal to none of the previous couples, but MySQL still reported error "Duplicate entry". In the lines below there is sou