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

HHH-19297 Register SingleStore json functions to community SingleStoreDialect #9927

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

oyeliseiev-ua
Copy link
Contributor

HHH-19297
Small improvement for community SingleStoreDialect


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license
and can be relicensed under the terms of the LGPL v2.1 license in the future at the maintainers' discretion.
For more information on licensing, please check here.


Copy link
Member

@beikov beikov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Instead of using ANY for JSON arguments, please use FunctionParameterType.IMPLICIT_JSON.

Also, instead of adding the dialect specific functions, it would probably be nicer if you could try to implement the "standardized" functions as described here for this dialect when possible/reasonable: https://docs.jboss.org/hibernate/orm/7.0/userguide/html_single/Hibernate_User_Guide.html#hql-functions-json

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

Successfully merging this pull request may close these issues.

2 participants