pounard / goat-query

Goat SQL query builder built over a PHP to SQL and SQL to PHP type converter
GNU General Public License v2.0
2 stars 0 forks source link

Can't escape ? char #5

Closed pounard closed 4 years ago

pounard commented 5 years ago

Simplest solution would be to allow escaping using ??.

pounard commented 4 years ago

PDO seems to have fixed it in PHP 7.4 https://wiki.php.net/rfc/pdo_escape_placeholders - we need to support it properly.