mirror of
				https://github.com/yiisoft/yii2.git
				synced 2025-10-31 02:28:35 +08:00 
			
		
		
		
	update links (#20219)
This commit is contained in:
		| @ -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)) { | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Ihor Sychevskyi
					Ihor Sychevskyi