DB IO cache reset query not found is warning and not error

This commit is contained in:
Clemens Schwaighofer
2025-01-20 10:50:07 +09:00
parent 2316c151ac
commit e1d9985ec8

View File

@@ -2946,7 +2946,7 @@ class IO
$query_hash = $this->dbGetQueryHash($query, $params);
// clears cache for this query
if (empty($this->cursor_ext[$query_hash]['query'])) {
$this->__dbError(18, context: [
$this->__dbWarning(18, context: [
'query' => $query,
'params' => $params,
'hash' => $query_hash,