Skip to content

Commit 883e1d8

Browse files
authored
update links (#20219)
1 parent 76150c5 commit 883e1d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

framework/db/mssql/QueryBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ protected function newBuildOrderByAndLimit($sql, $orderBy, $limit, $offset)
9494
}
9595
$sql .= $this->separator . $orderBy;
9696

97-
// http://technet.microsoft.com/en-us/library/gg699618.aspx
97+
// https://technet.microsoft.com/en-us/library/gg699618.aspx
9898
$offset = $this->hasOffset($offset) ? $offset : '0';
9999
$sql .= $this->separator . "OFFSET $offset ROWS";
100100
if ($this->hasLimit($limit)) {

0 commit comments

Comments
 (0)