diff --git a/src/suricatta/dsl/pgsql.clj b/src/suricatta/dsl/pgsql.clj index 2b99e0d..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 [] (map proto/-convert (.getArray self))))) + (into [] (map proto/-convert) (.getArray self)))) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;