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-19260 Move supportsXXX methods from the SqlAstTranslator and its base impl to the Dialect class #9870

Merged
merged 26 commits into from
Mar 20, 2025

Conversation

jrenaat
Copy link
Member

@jrenaat jrenaat commented Mar 17, 2025


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.


https://hibernate.atlassian.net/browse/HHH-19260

Copy link
Member

@gavinking gavinking left a comment

Choose a reason for hiding this comment

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

LGTM

@jrenaat jrenaat force-pushed the HHH-19260_dialectSupports branch 4 times, most recently from c12eed7 to 6ef525c Compare March 19, 2025 18:05
jrenaat added 25 commits March 19, 2025 23:09
…tTranslator (was already in Dialect)

Signed-off-by: Jan Schatteman <[email protected]>
Previously, these tests relied on the MySQL dialects returning false for the supportsDistinctFromPredicate() method (came from the base Dialect class), but with the move of this method out of the SqlAstTranslator classes into the actual Dialect classes, it has now become true which made these tests fail

Signed-off-by: Jan Schatteman <[email protected]>
…ractSqlAstTranslator to Dialect

Signed-off-by: Jan Schatteman <[email protected]>
…actSqlAstTranslator to Dialect

Signed-off-by: Jan Schatteman <[email protected]>
…AstTranslator to Dialect

Signed-off-by: Jan Schatteman <[email protected]>
…ator (was already in Dialect)

Signed-off-by: Jan Schatteman <[email protected]>
…Translator (not used any more)

Signed-off-by: Jan Schatteman <[email protected]>
…AstTranslator to Dialect

Signed-off-by: Jan Schatteman <[email protected]>
…ethod from AbstractSqlAstTranslator

Signed-off-by: Jan Schatteman <[email protected]>
@jrenaat jrenaat force-pushed the HHH-19260_dialectSupports branch from 5db6749 to cb2a8ff Compare March 19, 2025 22:10
@jrenaat jrenaat changed the title HHH-19260 Move supportsXXX methods from the SqlAstTranslator and its base impl to the Dialect class - WIP HHH-19260 Move supportsXXX methods from the SqlAstTranslator and its base impl to the Dialect class Mar 19, 2025
@jrenaat jrenaat merged commit a62aa8f into hibernate:main Mar 20, 2025
25 of 26 checks passed
@jrenaat jrenaat deleted the HHH-19260_dialectSupports branch March 20, 2025 16:31
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