mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-26 14:26:54 +08:00
update links (#20219)
This commit is contained in:
@ -94,7 +94,7 @@ class QueryBuilder extends \yii\db\QueryBuilder
|
|||||||
}
|
}
|
||||||
$sql .= $this->separator . $orderBy;
|
$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';
|
$offset = $this->hasOffset($offset) ? $offset : '0';
|
||||||
$sql .= $this->separator . "OFFSET $offset ROWS";
|
$sql .= $this->separator . "OFFSET $offset ROWS";
|
||||||
if ($this->hasLimit($limit)) {
|
if ($this->hasLimit($limit)) {
|
||||||
|
Reference in New Issue
Block a user