class documentation

Mixin to allow case-insensitive comparison of JSON values on MySQL. 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.

Method process_lhs Undocumented
Method process_rhs Undocumented
def process_lhs(self, compiler, connection): (source)

Undocumented

def process_rhs(self, compiler, connection): (source)

Undocumented