-
- Downloads
Handle Interval values coming from Redshift (#28820)
Fixes #19501 Redshift jdbc driver wraps intervals in a special class whereas postgres simply returns strings. This unwraps the special redshift class into the same string representation.
Please register or sign in to comment