hibernate-reactive: hibernate.jdbc.time_zone unsupported on TIME columns
Hi, we are trying to add the property <property name="hibernate.jdbc.time_zone" value="UTC"/> to our application, but we got UnsupportedOperationException on some MySQL TIME columns, may I know is there any plan to support that?
Stacktrace
java.lang.UnsupportedOperationException: null at org.hibernate.reactive.adaptor.impl.PreparedStatementAdaptor.setTime(PreparedStatementAdaptor.java:246) Suppressed: reactor.core.publisher.FluxOnAssembly$OnAssemblyException:
Environment Information
- Version: 1.0.0.CR6
About this issue
- Original URL
- State: closed
- Created 3 years ago
- Reactions: 5
- Comments: 21 (19 by maintainers)
Commits related to this issue
- [#856] Support property JDBC_TIME_ZONE for time types We cannot apply a timezone to a time without a date, this probably the best we can do without throwing an exception. — committed to DavideD/hibernate-reactive by DavideD 3 years ago
- [#856] Test conversion of temporal types when JDBC_TIME_ZONE is set — committed to DavideD/hibernate-reactive by DavideD 3 years ago
- [#856] Add missing tests for Duration and Instant — committed to DavideD/hibernate-reactive by DavideD 3 years ago
- [#856] Support property JDBC_TIME_ZONE for time types We cannot apply a timezone to a time without a date, this probably the best we can do without throwing an exception. — committed to DavideD/hibernate-reactive by DavideD 3 years ago
- [#856] Test conversion of temporal types when JDBC_TIME_ZONE is set — committed to DavideD/hibernate-reactive by DavideD 3 years ago
- [#856] Add missing tests for Duration and Instant — committed to DavideD/hibernate-reactive by DavideD 3 years ago
- [#856] Test conversion of temporal types when JDBC_TIME_ZONE is set — committed to DavideD/hibernate-reactive by DavideD 3 years ago
- [#856] Add missing tests for Duration and Instant — committed to DavideD/hibernate-reactive by DavideD 3 years ago
- [#856] Add missing tests for Duration and Instant — committed to DavideD/hibernate-reactive by DavideD 3 years ago
- [#856] Support property JDBC_TIME_ZONE for time types We cannot apply a timezone to a time without a date, this probably the best we can do without throwing an exception. — committed to hibernate/hibernate-reactive by DavideD 3 years ago
- [#856] Test conversion of temporal types when JDBC_TIME_ZONE is set — committed to hibernate/hibernate-reactive by DavideD 3 years ago
- [#856] Add missing tests for Duration and Instant — committed to hibernate/hibernate-reactive by DavideD 3 years ago
Nevermind… I can see the exception