update links (#20219)

This commit is contained in:
Ihor Sychevskyi
2024-06-30 20:45:04 +03:00
committed by GitHub
parent 76150c5403
commit 883e1d81fc

View File

@ -94,7 +94,7 @@ class QueryBuilder extends \yii\db\QueryBuilder
}
$sql .= $this->separator . $orderBy;
// http://technet.microsoft.com/en-us/library/gg699618.aspx
// https://technet.microsoft.com/en-us/library/gg699618.aspx
$offset = $this->hasOffset($offset) ? $offset : '0';
$sql .= $this->separator . "OFFSET $offset ROWS";
if ($this->hasLimit($limit)) {