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

Support tstzrange column type on Postgres

    XMLWordPrintable

Details

    • Feature Request
    • Resolution: Done
    • Minor
    • 0.5.1
    • 0.5
    • postgresql-connector
    • None

    Description

      The current implementation does not handle the tstzrange type well.
      It gets declared a json type in the schema. (JDBC type fall back treats column as json type)
      Then when reading the column data the fallback code treats it as a binary,
      The converter then attempts to toString it so the byte array gets sent as a reference (ex: [B@6e33589e ).

      Attachments

        Activity

          People

            Unassigned Unassigned
            arosenber Aaron Rosenberg (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: