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.
1 parent 3992f72 commit ab86099Copy full SHA for ab86099
hibernate-core/src/main/java/org/hibernate/dialect/AbstractHANADialect.java
@@ -472,6 +472,8 @@ public String extractPattern(TemporalUnit unit) {
472
return "dayofyear(?2)";
473
case QUARTER:
474
return "((month(?2)+2)/3)";
475
+ case EPOCH:
476
+ return "seconds_between('1970-01-01', ?2)";
477
default:
478
//I think week() returns the ISO week number
479
return "?1(?2)";
0 commit comments