Skip to content

Commit

Permalink
Merge pull request #19 from grongierisc/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
daimor authored Dec 9, 2024
2 parents 8abd35c + bef249b commit 43ec5fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sqlalchemy_iris/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,7 @@ def translate_select_structure(self, select_stmt, **kwargs):
if limit_clause is not None:
limitselect = limitselect.where(
between(iris_rn, offset_clause + 1, limit_clause + offset_clause)
)
).order_by(iris_rn)
else:
limitselect = limitselect.where(iris_rn > offset_clause)
else:
Expand Down

0 comments on commit 43ec5fa

Please sign in to comment.