ThingEngineer / PHP-MySQLi-Database-Class

Wrapper for a PHP MySQL class, which utilizes MySQLi and prepared statements.
Other
3.29k stars 1.35k forks source link

setQueryOption does not work for all queries described in the documentation #924

Open yoshkinawa opened 3 years ago

yoshkinawa commented 3 years ago

In the documentation it says that setQueryOption works for: "INSERT (), REPLACE (), GET (), UPDATE (), DELETE() "

Yet It only works for INSERT and GET.

I checked the source code. Support for setQueryOption is missing for REPLACE (), UPDATE (), DELETE()