-
Feature Request
-
Resolution: Done
-
Minor
-
0.5
-
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 ).