Added BINARY keyword to LIKE clauses in Search() function to bypass collation issues. BINARY forces byte-by-byte comparison and avoids 'Illegal mix of collations' error when connection uses utf8mb4 and table uses latin1_swedish_ci.
58 KiB
Executable File
58 KiB
Executable File