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
Seems like quite a lot of databases have arrays in it. It is interesting that dbptk developer created siard but problem occurred when I tried to browse or validate this siard with dbptk Desktop.
com.databasepreservation.common.exceptions.ViewerException: Arrays are not yet supported.
Query:
... AND (c.relkind = ANY (ARRAY['r'::"char", 'v'::"char", 'm'::"char", 'f'::"char", 'p'::"char"])) AND...
Seems like quite a lot of databases have arrays in it. It is interesting that dbptk developer created siard but problem occurred when I tried to browse or validate this siard with dbptk Desktop.
com.databasepreservation.common.exceptions.ViewerException: Arrays are not yet supported.
Query:
... AND (c.relkind = ANY (ARRAY['r'::"char", 'v'::"char", 'm'::"char", 'f'::"char", 'p'::"char"])) AND...
ComposedTypeArray{elementType=Type{description='null', originalTypeName='DOUBLE PRECISION ARRAY', sql99TypeName='DOUBLE PRECISION', sql2008TypeName='DOUBLE PRECISION'}
The text was updated successfully, but these errors were encountered: