Branch: refs/heads/wip/6.0
Home:
https://github.com/hibernate/hibernate-orm
Commit: 6e0d15b134ee52674ac7a34beb7fcbf94301744e
https://github.com/hibernate/hibernate-orm/commit/6e0d15b134ee52674ac7a34...
Author: Steve Ebersole <steve(a)hibernate.org>
Date: 2019-12-26 (Thu, 26 Dec 2019)
Changed paths:
A hibernate-core/src/main/.gitignore
M hibernate-core/src/main/antlr/org/hibernate/grammars/hql/HqlLexer.g4
M hibernate-core/src/main/antlr/org/hibernate/grammars/hql/HqlParser.g4
M
hibernate-core/src/main/java/org/hibernate/dialect/function/CommonFunctionFactory.java
M
hibernate-core/src/main/java/org/hibernate/query/hql/internal/SemanticQueryBuilder.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/query/hql/StandardFunctionTests.java
Log Message:
-----------
HHH-13785 : HQL/Criteria function support
- EXTRACT function
- LOCAL_DATETIME function
- LOCAL_DATE function
- LOCAL_TIME function