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

$db->orHaving not working #968

Open gasbb opened 3 years ago

gasbb commented 3 years ago

It's working when i change the normal having function $cond = 'AND' to 'OR'