column name work as a case insenstive

In MariaDB , lower_case_table_names is set to 1 then column work as a case insensitive, when we are inserting CHAR data type in database( for example i and I is treating as same ) giving duplicate entry error. .

please provide some solution for that

Comments

Comments loading...
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.