Skip to content
  • Alessandro Vullo's avatar
    f2d973e6
    [ENSCORESW-2023]. BaseMetaContainer case-sensitive for meta matching. · f2d973e6
    Alessandro Vullo authored
    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.
    f2d973e6
    [ENSCORESW-2023]. BaseMetaContainer case-sensitive for meta matching.
    Alessandro Vullo authored
    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.
Loading