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

MySQL and MariaDB keyword YES cannot be parsed as a column name

XMLWordPrintable

    • False
    • False
    • Undefined
      1. Have a working mysql connector.
      2. Issue the example ddl query from the description.
      3. Observe the connector failure.

      This ddl fails the mysql connector:

      ALTER TABLE t1   
          add COLUMN yes bool  DEFAULT 0 NULL
      

      The parser identifies "yes" here as a keyword and not as an identifier while mysql permits this keyword to be used as an identifier.

            Unassigned Unassigned
            vramanenka@sugarcrm.com Vadzim Ramanenka
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: