Hi, Does DBIx::Class support PostgreSQL array columns? I would normally query using something like this: SELECT * FROM test1 WHERE 1 = ANY(my_array_col); I can't seem to find anything via google at this point. thanks for any help adam