I have a table column (pid) which is set to ascii_bin
as collation, and when I run findFirstByPid, I get a general mysql error: #1267: Illegal mix of collations (ascii_bin,IMPLICIT) and (utf8_general_ci,COERCIBLE) for operation "="
Is there a way to circumvent this, or do I have to refactor it as a PHQL query?
(MariaDB 10, Phalcon 2.0.13)