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

Incorrect assert for invalid timestamp check in MySQL 8

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 0.10.0.Beta2
    • 0.10.0.Beta1
    • mysql-connector
    • None

    Description

      c4 TIMESTAMP(2) is translated into
      `c4` timestamp(2) NULL DEFAULT NULL on MySQL 8
      but to `c4` timestamp(2) NOT NULL DEFAULT CURRENT_TIMESTAMP(2) ON UPDATE CURRENT_TIMESTAMP(2) on MySQL 5.

      The assertion testing behaviour of invalid timestamp needs to be updated.

      Attachments

        Activity

          People

            jpechane Jiri Pechanec
            jpechane Jiri Pechanec
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: