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

Aggregate functions should be allowed as ids

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Major Major
    • Backlog
    • None
    • mysql-connector
    • None

      I use io.debezium.connector.mysql.MySqlConnector

      I got exception

       

      no viable alternative at input 'alter table favourites change order_id sum'
      

      It happened after mysql migration.

      ALTER TABLE favourites CHANGE order_id sum int(11) DEFAULT NULL;
      

      But if I use another target name, for example summ, I didn't get any exception.

      It is look like sum is incorrect field name. But I is ok for mysql server.

       

       

       

       

            Unassigned Unassigned
            oke11o Sergey Bevzenko (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: