Skip to content

Commit

Permalink
Use a transducer instead of a lazy sequence
Browse files Browse the repository at this point in the history
  • Loading branch information
solatis committed Jun 6, 2016
1 parent 81a896c commit e9d9308
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/suricatta/dsl/pgsql.clj
Original file line number Diff line number Diff line change
Expand Up @@ -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))))


;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Expand Down

0 comments on commit e9d9308

Please sign in to comment.