Hi, I found in wiki this answer... https://wiki.hybris.com/pages/viewpage.action?pageId=35129333
It is exactly my problem... but I use MySql and not Oracle. Is there any workarround for MySql?
Kind Regards, Claudio
Another option would be to set case insensitive collation on that column or table or set the case insensitive collation at the db level if it makes sense for you.
Add a comment