-
Type:
New Feature
-
Resolution: Unresolved
-
Priority:
Unknown
-
None
-
Affects Version/s: None
-
Component/s: Query
-
None
-
None
-
None
-
None
-
None
-
None
-
None
Some HQL date functions require java.sql.Time, java.sql.Date, and java.sql.Timestamp to operate including:
- extract(time from ...)
- extract(offset from ...)
- extract(timezone_hour from ...)
- extract(timezone_minute from ...)
- current_time
- current_date
- current_timestamp
- current_instant
Extend the extract function implementation to handle these cases.
- is blocked by
-
HIBERNATE-225 Support instant-like temporal types
-
- In Progress
-
- split from
-
HIBERNATE-88 Support HQL datetime functions
-
- Closed
-