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

Suppport INSERT INTO statements with dots in column names

    XMLWordPrintable

Details

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

    Description

       

      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; 

       

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: