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

Support tstzrange column type on Postgres

XMLWordPrintable

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

      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 ).

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

                Created:
                Updated:
                Resolved: