specql icon indicating copy to clipboard operation
specql copied to clipboard

Support range types

Open tatut opened this issue 6 years ago • 1 comments

Composite parsing fails for range types, for example:

"No method in multimethod 'parse-value' for dispatch value: int4range"

tatut avatar Aug 29 '18 12:08 tatut

We need to support them in a similar fashion for both regular columns and user defined type parsing.

Perhaps we need to query regular range column as text and use the same parsing code for both.

tatut avatar Aug 30 '18 12:08 tatut