funcool / clojure.jdbc

JDBC library for Clojure
http://funcool.github.io/clojure.jdbc/latest/
Apache License 2.0
105 stars 26 forks source link

added :classname to db spec #19

Closed maruks closed 9 years ago

niwinz commented 9 years ago

Hi @maruks Thank you very much for this patch. The classname parameter was removed in previous version because is a old and deprecated way to load drivers as far as I know. Can you give any justification about the need of classname parameter.

I have accepted it because is really little change and it can live in the code, but I would like some reasons about the need to have this parameter.