Closed pounard closed 4 years ago
Simplest solution would be to allow escaping using ??.
??
PDO seems to have fixed it in PHP 7.4 https://wiki.php.net/rfc/pdo_escape_placeholders - we need to support it properly.
Simplest solution would be to allow escaping using
??
.