diff --git a/src/suricatta/dsl/pgsql.clj b/src/suricatta/dsl/pgsql.clj index 56b95ca..84c36c1 100644 --- a/src/suricatta/dsl/pgsql.clj +++ b/src/suricatta/dsl/pgsql.clj @@ -45,7 +45,7 @@ (extend-protocol proto/ISQLType java.sql.Array (-convert [self] - (into [] (.getArray self)))) + (into [] (map proto/-convert) (.getArray self)))) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;