php-sql-query-builder icon indicating copy to clipboard operation
php-sql-query-builder copied to clipboard

Placeholders question

Open Basili0 opened this issue 7 years ago • 2 comments

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?

Basili0 avatar Sep 18 '18 11:09 Basili0

I think I noticed that too

marcus-hiles avatar Mar 29 '19 11:03 marcus-hiles

But which version of MySqlBuilder are you using @Basili0 ?

marcus-hiles avatar Mar 29 '19 11:03 marcus-hiles