RB
Reported
Hello,
When I create a category for example :
Category Code * : ordi
Category Name * : Ordinateurs Fixes
Slug * : ordinateurs-fixes
Description * : Ordinateur Fixe (Mac, Linux, PC...), Bureautique, Professionnel, Gamer
When I want to rename Category Code* as "Ordi" instead of "ordi", I have the error "Category Code field must contain a unique value." To be able to change the Category Code, I have to rename ordi in ordi2 for example and after to rename again ordi2 in Ordi.
Regards,
When I create a category for example :
Category Code * : ordi
Category Name * : Ordinateurs Fixes
Slug * : ordinateurs-fixes
Description * : Ordinateur Fixe (Mac, Linux, PC...), Bureautique, Professionnel, Gamer
When I want to rename Category Code* as "Ordi" instead of "ordi", I have the error "Category Code field must contain a unique value." To be able to change the Category Code, I have to rename ordi in ordi2 for example and after to rename again ordi2 in Ordi.
Regards,
- MSAnsweredHello,
There is no need to change the code for case sensitivity, it should be fine as lowercase.
If you need, you can refer to [9.2.3 Identifier Case Sensitivity](https://dev.mysql.com/doc/refman/8.0/en/identifier-case-sensitivity.html) and [B.3.4.1 Case Sensitivity in String Searches](https://dev.mysql.com/doc/refman/8.0/en/case-sensitivity.html)
Thank you - Login to Reply