-
Bug
-
Resolution: Won't Do
-
Major
-
None
-
0.7.4
-
None
When time.precision.mode is set to connect we should convert TIME_WITH_TIMEZONE and TIMESTAMP_WITH_TIMEZONE fields to connect types.
Right now there are converted to debezium types.
https://github.com/debezium/debezium/blob/master/debezium-core/src/main/java/io/debezium/jdbc/JdbcValueConverters.java#L210
- relates to
-
DBZ-1134 Provide SPI to override schema and value conversion for specific columns
- Closed