-
Task
-
Resolution: Done
-
Major
-
None
-
None
MySQL represents boolean as TINYINT(1) when DDL is obtained from snapshot but as boolean when obtaine from binlog, see DBZ-1074.
We should document this behaviour and also document JDBC driver options
tinyInt1isBit and transformedBitIsBoolean and discuss tradeoffs using them to bypass the problem.
- is related to
-
DBZ-1773 TINYINT(1) value range restricted on snapshot.
- Closed