Skip to content

Render OrderByField NullHandling [DATAJDBC-535] #755

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

Open
spring-projects-issues opened this issue May 5, 2020 · 0 comments
Open

Render OrderByField NullHandling [DATAJDBC-535] #755

spring-projects-issues opened this issue May 5, 2020 · 0 comments
Assignees
Labels
type: enhancement A general enhancement

Comments

@spring-projects-issues
Copy link

MyeongHyeonLee opened DATAJDBC-535 and commented

Render with NullHandling clause

 

ORDER BY NAME DESC NULLS FIRST
ORDER BY NAME DESC NULLS LAST

 

Perhaps it needs a workaround for Dialect that  doesn't support the NullHandling syntax.

You can refer to the dialect of hibernate-orm

https://github.com/hibernate/hibernate-orm/blob/bd472581a4df0310ad597abbce5ccb566690e043/hibernate-core/src/main/java/org/hibernate/dialect/DB2Dialect.java#L578

 


No further details from DATAJDBC-535

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