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

Introduce SqlSort for improved sort order expression validation #1507

Closed
schauder opened this issue May 12, 2023 · 0 comments
Closed

Introduce SqlSort for improved sort order expression validation #1507

schauder opened this issue May 12, 2023 · 0 comments
Labels
type: enhancement A general enhancement

Comments

@schauder
Copy link
Contributor

SqlSort allows the specification of unsafe order-by-expressions.
Order-by-expressions that are not declared unsafe are only accepted when they
either match a property or consist only of digits, letters, underscore, dot, or parentheses.

@schauder schauder added this to the 3.1 GA (2023.0.0) milestone May 12, 2023
@mp911de mp911de added the type: enhancement A general enhancement label May 12, 2023
@mp911de mp911de changed the title Introduce SqlSort in order to control validation. Introduce SqlSort for improved sort order expression validation May 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement A general enhancement
Projects
None yet
Development

No branches or pull requests

2 participants