Fix for params regex comment update

This commit is contained in:
Clemens Schwaighofer
2024-12-11 11:23:19 +09:00
parent 6887f17e15
commit 346cdaad72
3 changed files with 42 additions and 8 deletions

View File

@@ -1332,7 +1332,6 @@ class IO
*/
private function __dbCheckQueryParams(string $query, array $params): bool
{
// $this->log->debug('DB QUERY PARAMS REGEX', ConvertPlaceholder::REGEX_LOOKUP_PLACEHOLDERS);
$placeholder_count = $this->__dbCountQueryParams($query);
$params_count = count($params);
if ($params_count != $placeholder_count) {