auraphp / Aura.SqlQuery

Independent query builders for MySQL, PostgreSQL, SQLite, and Microsoft SQL Server.
MIT License
452 stars 86 forks source link

make $bind parameters explicit in WhereInterface and in having() clauses #114

Closed pavarnos closed 7 years ago

pavarnos commented 7 years ago

replaces func_get_args() with variable argument lists

harikt commented 7 years ago

Thank you.