Class CaseInsensitiveMixin

Mixin to allow case-insensitive comparison of JSON values on MySQL.

Declaration

class CaseInsensitiveMixin
source link

Documentation

MySQL handles strings used in JSON context using the utf8mb4_bin collation.
Because utf8mb4_bin is a binary collation, comparison of JSON values is
case-sensitive.

Methods

Subclasses