Skip to content

Remove missing-order enforcement and related code#944

Merged
SimonCropp merged 1 commit intomainfrom
Remove-missing-order-enforcement-and-related-code
Feb 4, 2026
Merged

Remove missing-order enforcement and related code#944
SimonCropp merged 1 commit intomainfrom
Remove-missing-order-enforcement-and-related-code

Conversation

@SimonCropp
Copy link
Copy Markdown
Member

Remove the built-in missing-ORDER BY enforcement and all associated plumbing: delete MissingOrder visitor/factory/visitor files, remove ThrowForMissingOrderBy API, drop order-required SqlInstance and related tests/verified outputs, and remove NameOrAlias helper. Update docs and snippets to no longer reference the removed feature and add guidance to use EntityFramework.OrderBy instead. Adjust DbContextBuilder initialization and global usings accordingly.

Remove the built-in missing-ORDER BY enforcement and all associated plumbing: delete MissingOrder visitor/factory/visitor files, remove ThrowForMissingOrderBy API, drop order-required SqlInstance and related tests/verified outputs, and remove NameOrAlias helper. Update docs and snippets to no longer reference the removed feature and add guidance to use EntityFramework.OrderBy instead. Adjust DbContextBuilder initialization and global usings accordingly.
@SimonCropp SimonCropp added this to the 15.0.0 milestone Feb 4, 2026
@SimonCropp SimonCropp merged commit 8bb2a1f into main Feb 4, 2026
6 of 7 checks passed
@SimonCropp SimonCropp deleted the Remove-missing-order-enforcement-and-related-code branch February 4, 2026 09:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant