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

Manage timestamp infinity values for others databases

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Unresolved
    • Icon: Major Major
    • 3.0-plan
    • None
    • jdbc-connector
    • None
    • False
    • None
    • False

      With https://issues.redhat.com/browse/DBZ-7920 the PostgreSQL -+infinity values has been managed and translated to the equivalent values in the other databases based on the following

      Vendor -INFINITY +INFINITY
      Oracle `-4712-01-01T00:00:00+00:00` `9999-12-31T23:59:59+00:00`
      MySQL `1970-01-01T00:00:01+00:00` `2038-01-19T03:14:07+00:00`
      SQL Server/Db2 `0001/01/01 00:00:00` `9999/12/31 23:59:59`

      With this task we want to the opposite. For example the Oracle -infinity value is not supported value for PostgreSQL and also for MySQL.

      So the general idea is when a value represented in the above table arrives the sink connector should convert it to the correct value based on the destination.

            Unassigned Unassigned
            rh-ee-mvitale Mario Fiore Vitale
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: