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 a0d18a4 commit b54f6f0Copy full SHA for b54f6f0
src/CacheKey.php
@@ -80,6 +80,7 @@ protected function getColumnClauses(array $where) : string
80
if ($where["type"] !== "Column") {
81
return "";
82
}
83
+
84
if ($where["first"] instanceof Expression) {
85
$where["first"] = $this->expressionToString($where["first"]);
86
0 commit comments