replace "p" with higher level database functions

This commit is contained in:
Michael 2021-10-12 05:53:29 +00:00
parent 948450c24b
commit 27b9da3df5
8 changed files with 30 additions and 71 deletions

View file

@ -68,7 +68,7 @@ trait DatabaseTestTrait
}
if (!is_array($rows)) {
$dba->p('TRUNCATE TABLE `' . $tableName . '``');
$dba->e('TRUNCATE TABLE `' . $tableName . '``');
continue;
}