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-17242 Improve temporal arithmetic SQL rendering #7356

Merged
merged 1 commit into from Sep 22, 2023

Conversation

beikov
Copy link
Contributor

@beikov beikov commented Sep 22, 2023

@beikov beikov added the 6.2 label Sep 22, 2023
@@ -1441,6 +1441,22 @@
* @param temporalType The type of the temporal
* @param intervalType The type of interval to add or null if it's not a native interval
*/
public String timestampaddPattern(TemporalUnit unit, TemporalType temporalType, IntervalType intervalType, boolean withTimeZone) {
return timestampaddPattern( unit, temporalType, intervalType );

Check notice

Code scanning / CodeQL

Deprecated method or constructor invocation Note

Invoking
Dialect.timestampaddPattern
should be avoided because it has been deprecated.
@beikov beikov merged commit 5b97f49 into hibernate:6.2 Sep 22, 2023
17 of 19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
1 participant