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

Support RENAME column syntax from MySQL 8.0

    XMLWordPrintable

Details

    • Task
    • Resolution: Done
    • Major
    • 0.9.0.Beta1
    • None
    • mysql-connector
    • None

    Description

      There are new DDL constructs as of 8.0. E.g. it's now possible to rename a column without repeating its definition:

      ALTER TABLE foo RENAME COLUMN old TO new;
      

      We should check with the upstream grammar provided by Antlr, whether it has already been updated and if not look into collaborating with them. 8.0 support should only be provided for the new Antlr-based parser and not the legacy one.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              gunnar.morling Gunnar Morling
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: