Entry with same precedence number overwritten.

edited July 2014 in Bug Reports
Hi,

I do not know if it is bug, maybe I am doing something wrong.

I've created a mysql table with a column named 'precedence'.
Sorting works fine, but when I create a new entry which has the same precedence number as another one, than it overwrites that entry. If I choose another precedence number that does not already exist it is working fine.

MySQL: `precedence` INT(11) NOT NULL.

Does anyone know why this is going wrong?

Thanks in advance,
Jeroen

Comments

  • edited 12:46AM
    Is precedence part of a unique index key?
Sign In or Register to comment.