Hi! Is there a way to get proper precision and scale of numeric array?
eg:create table public.test (testnum numeric(18,4)[]);
DatabaseMetaData.getPrecision and getScale always return 0...
Thanks!