Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: allow Limit() without Order() with MSSQL #1009

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

CL-Jeremy
Copy link

Implements workaround from https://stackoverflow.com/a/36156953 for all backends supporting feature.OffsetFetch from ISO/ANSI SQL:2008, which specifies ORDER BY as a requirement. This should be tested further if more backends are to be added (such as Oracle in #995 – this feature is not enable there, and there seems to be an impact noted by https://stackoverflow.com/q/48620590 and https://stackoverflow.com/q/59864964).

Closes #811

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Erro dialect mssql witch NEXT in the FETCH
1 participant