-
Bug
-
Resolution: Done
-
Major
-
2.1.0.Alpha2
-
None
-
False
-
None
-
False
These four legal mysql statements cause debezium to throw an exception
create table tbl (tbl.a bigint); create table tbl (.a bigint); INSERT INTO tbl (tbl.a) SELECT * FROM another_table; INSERT INTO tbl (.tbl.a) SELECT * FROM another_table;