Uploaded image for project: 'Debezium'
  1. Debezium
  2. DBZ-5904

Suppport INSERT INTO statements with dots in column names

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 2.1.0.Beta1
    • 2.1.0.Alpha2
    • mysql-connector
    • None

       

      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; 

       

              Unassigned Unassigned
              nirnir93 Niro Levy (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: