Files
ventas_php/classes
nickpons666 4dbc9cfc52 Fix collation error by using BINARY in LIKE operations
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.
2026-01-07 23:17:50 -06:00
..