The situation is like this:
Note that column 'tab' is not a primary key, it is just a column that does not allow duplicate values;
I have just inserted a record with a tab value of 1134, and then repeatedly inserted a record with a tab value of 1134, and then reported an error: Duplicate entry '1134' for key 'tab'. Of course, it is normal to report an error here; but The next thing is very strange: then insert a record with a tab value of 1155, and the same error as above is still reported!
Obviously the tab value has been changed from 1134 to 1155, why is the same error still reported? ! Refreshing the browser with ctr f5 doesn't work, closing the browser and reopening it doesn't work, changing the browser still doesn't work!
What exactly is going on?
----------------------Already have the answer--------------------- --
Alas, it turns out that I forgot to upload the file on the update server!
淡淡烟草味2017-07-05 10:00:26
Print out the sql statement, there should be something wrong with the assembled sql
过去多啦不再A梦2017-07-05 10:00:26
Oh, it turns out I forgot to upload the file on the update server!