Skip to content

Commit

Permalink
fix sqlvec-fn* not propagating options
Browse files Browse the repository at this point in the history
  • Loading branch information
csummers committed Feb 24, 2016
1 parent 551c3ee commit 1b1d469
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hugsql-core/src/hugsql/core.clj
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@
([] (y {} {}))
([param-data] (y param-data {}))
([param-data opts]
(prepare-sql psql param-data (merge default-sqlvec-options opts))))))
(prepare-sql psql param-data (merge default-sqlvec-options options opts))))))

(defn sqlvec-fn
"Given an sql string and optional options, return an
Expand Down

0 comments on commit 1b1d469

Please sign in to comment.