You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can access Array types by calling them varchar and then parsing them with ('{' || left(right(field, -1), -1) || '}')::int[], perhaps in a local view. But is there some way for native support for Array type to be added to this driver?
The text was updated successfully, but these errors were encountered:
I can access
Array
types by calling themvarchar
and then parsing them with('{' || left(right(field, -1), -1) || '}')::int[]
, perhaps in a local view. But is there some way for native support for Array type to be added to this driver?The text was updated successfully, but these errors were encountered: