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

[9.x] Update SQL Server Offset #44355

Closed
wants to merge 2 commits into from
Closed

[9.x] Update SQL Server Offset #44355

wants to merge 2 commits into from

Conversation

dunhamjared
Copy link
Contributor

@dunhamjared dunhamjared commented Sep 28, 2022

This PR helps reduce query select conflicts and removes unexpected data generated by laravel.

Changes:

  • Renamed temporary column row_num to temp_row_num to help reduce conflicts
  • Removes the temp_row_num column from the results if offset used

Fixes #44354

@taylorotwell
Copy link
Member

Would need more feedback from SQL Server users here.

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.

Offset for sqlsrv breaks queries with row_num column
2 participants