Compare commits
3 Commits
v9.26.7.1
...
1a5ee2e16d
| Author | SHA1 | Date | |
|---|---|---|---|
| 1a5ee2e16d | |||
| e1d9985ec8 | |||
| 2316c151ac |
@@ -1 +1 @@
|
|||||||
9.26.7
|
9.26.8
|
||||||
|
|||||||
+1
-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