php-sql-query-builder
php-sql-query-builder copied to clipboard
Placeholders question
When using the MySqlBuilder the placeholders are Oracle-style (:v1) instead of MySql-style (?), which produces an error e.g. "Input array has 1 params, does not match query". How to change the placeholder style used?
I think I noticed that too
But which version of MySqlBuilder are you using @Basili0 ?