[ANN]: clojure.jdbc 0.3.0 - A jdbc library for clojure (previously clj.jdbc)

2014-10-11 Thread Andrey Antukh
A JDBC library for clojure. Previously: clj.jdbc Summary of changes from 0.2.2 to 0.3.0: - Minor code reorganization (split protocols from implementation) - Normalize connection pool parameters make them more plugable. - Type hints for almost all code. - Documentation improvements. Summary of c

Re: [ANN]: clojure.jdbc 0.3.0 - A jdbc library for clojure (previously clj.jdbc)

2014-10-11 Thread James Reeves
The name of this library is *really* close to the "clojure.java.jdbc" contrib library. You may want to consider changing the name so people don't get confused. - James On 11 October 2014 21:01, Andrey Antukh wrote: > A JDBC library for clojure. > > Previously: clj.jdbc > > Summary of changes fr

Re: [ANN]: clojure.jdbc 0.3.0 - A jdbc library for clojure (previously clj.jdbc)

2014-10-11 Thread Michael Klishin
 On 12 October 2014 at 00:39:40, James Reeves (ja...@booleanknot.com) wrote: > The name of this library is really close to the "clojure.java.jdbc" > contrib library. You may want to consider changing the name so > people don't get confused. …and IMO clj.jdbc was significantly easier to tell fr

Re: [ANN]: clojure.jdbc 0.3.0 - A jdbc library for clojure (previously clj.jdbc)

2014-10-11 Thread Andrey Antukh
Thank you very much to both for the feedback. I was considered different names in the past (I don't like much clj.jdbc name :( ) and the current name was the election. Changing the name again also can get confuse people, because of it, I thinking maybe better keep the current name as is. Thanks a

Re: [ANN]: clojure.jdbc 0.3.0 - A jdbc library for clojure (previously clj.jdbc)

2014-10-11 Thread Daniel
+1 for changing the name to something which people won't confuse with the "blessed" library. On Saturday, October 11, 2014 3:39:43 PM UTC-5, James Reeves wrote: > > The name of this library is *really* close to the "clojure.java.jdbc" > contrib library. You may want to consider changing the name