We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
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
The text was updated successfully, but these errors were encountered:
schauder
No branches or pull requests
MyeongHyeonLee opened DATAJDBC-535 and commented
Render with NullHandling clause
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
The text was updated successfully, but these errors were encountered: