Entry with same precedence number overwritten.
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