@@ -1177,6 +1177,7 @@ class Query implements ExpressionInterface, IteratorAggregate
*/
public function offset($num)
{
+ $this->_dirty();
if ($num !== null && !is_object($num)) {
$num = (int)$num;
}