Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e1d9985ec8 | ||
|
|
2316c151ac |
@@ -1 +1 @@
|
|||||||
9.26.7
|
9.26.7.1
|
||||||
|
|||||||
@@ -2946,7 +2946,7 @@ class IO
|
|||||||
$query_hash = $this->dbGetQueryHash($query, $params);
|
$query_hash = $this->dbGetQueryHash($query, $params);
|
||||||
// clears cache for this query
|
// clears cache for this query
|
||||||
if (empty($this->cursor_ext[$query_hash]['query'])) {
|
if (empty($this->cursor_ext[$query_hash]['query'])) {
|
||||||
$this->__dbError(18, context: [
|
$this->__dbWarning(18, context: [
|
||||||
'query' => $query,
|
'query' => $query,
|
||||||
'params' => $params,
|
'params' => $params,
|
||||||
'hash' => $query_hash,
|
'hash' => $query_hash,
|
||||||
|
|||||||
Reference in New Issue
Block a user