ThingEngineer / PHP-MySQLi-Database-Class

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

db->setQueryOption( 'DELAYED' )->insert is not supported #990

Open yoshkinawa opened 2 years ago

yoshkinawa commented 2 years ago

db->setQueryOption( 'DELAYED' )->insert is not supported even though it should be according the documentation.

This is the error I get. You can see that the allowedOptions does not contain DELAYED err