This commit is contained in:
2023-12-13 16:18:12 +08:00
parent a73b5c0e2a
commit 658445927a
+6
View File
@@ -315,6 +315,12 @@ class SqlBuilder extends Component
}
private function makeLimit(): string
{
return ' LIMIT ' . $this->query->offset . ',' . $this->query->limit;
}
/**
* @param false $isCount
* @return string