[ENSCORESW-2023]. BaseMetaContainer case-sensitive for meta matching.
By default MySQL ignores differences in case and trailing spaces on varchar. This is a change to prevent the insertion of a case sensitive variation of an already existing meta_value. If we match exactly on the parameter, the fuction detects the value is not present and the following insert statement will fail since the value will be considered a duplicate.
Please register or sign in to comment