specql
specql copied to clipboard
Support range types
Composite parsing fails for range types, for example:
"No method in multimethod 'parse-value' for dispatch value: int4range"
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.