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

undefined offset 0 MysqliDb.php line 559 #937

Open gisforgirard opened 3 years ago

gisforgirard commented 3 years ago

when using a query with ` as the delimiter, the regular expression finds no matches

avbdr commented 1 year ago

can you rebase this to latest master and as well add a testcase into the tests/mysqliDbTests.php please?

gisforgirard commented 1 year ago

i've never really written tests before... is this close to what you meant?