nilportugues / php-sql-query-builder

An elegant lightweight and efficient SQL Query Builder with fluid interface SQL syntax supporting bindings and complicated query generation.
http://nilportugues.com
MIT License
418 stars 115 forks source link

Placeholders question #101

Open Basili0 opened 6 years ago

Basili0 commented 6 years ago

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?

marcus-hiles commented 5 years ago

I think I noticed that too

marcus-hiles commented 5 years ago

But which version of MySqlBuilder are you using @Basili0 ?