We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbbe9de commit fa07803Copy full SHA for fa07803
src/Query.php
@@ -124,7 +124,7 @@ public function execute() {
124
$this->count = 0;
125
$this->records = [];
126
127
- if (self::$useCache) {
+ if ($this->components['select'] != 'COUNT()' && self::$useCache) {
128
$result = self::cacheGetByQuery($this->components);
129
} else {
130
$query = $this->compiled();
0 commit comments