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

Missing support for order by nulls first/last #1343

Closed
erwinw opened this issue Sep 14, 2021 · 0 comments
Closed

Missing support for order by nulls first/last #1343

erwinw opened this issue Sep 14, 2021 · 0 comments

Comments

@erwinw
Copy link
Contributor

erwinw commented Sep 14, 2021

Several database engines (PostgreSQL, Oracle, Sqlite, H2) have implemented support for SQL:2003's ORDER BY myField ASC NULLS FIRST syntax, that is to say, the ability to explicitly control whether NULL values should be sorted first or last.

Unfortunately, at the moment Exposed only supports the basic ASC and DESC options. While it is possible to create work-arounds, this is a rather hack-y approach.

@erwinw erwinw changed the title Misisng support for order by nulls first/last Missing support for order by nulls first/last Sep 14, 2021
@Tapac Tapac closed this as completed Sep 17, 2021
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

No branches or pull requests

2 participants