Branch: refs/heads/cast-offsetdt
Home:
https://github.com/hibernate/hibernate-orm
Commit: 823ff12f3be8abfa3803be0e7cac2c2c54bc7013
https://github.com/hibernate/hibernate-orm/commit/823ff12f3be8abfa3803be0...
Author: Gavin King <gavin(a)hibernate.org>
Date: 2023-02-20 (Mon, 20 Feb 2023)
Changed paths:
M hibernate-core/src/test/java/org/hibernate/orm/test/query/hql/FunctionTests.java
Log Message:
-----------
add tests for casts to/from OffsetDateTime
Commit: 1998784472d6186f33f583b536666a135374fb90
https://github.com/hibernate/hibernate-orm/commit/1998784472d6186f33f583b...
Author: Gavin <gavin(a)hibernate.org>
Date: 2023-02-20 (Mon, 20 Feb 2023)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/dialect/OracleDialect.java
Log Message:
-----------
fix mistake in Oracle timestamp rendering
we need to include the time zone
Compare:
https://github.com/hibernate/hibernate-orm/compare/823ff12f3be8%5E...1998...