Re: [ANN] clojure.java.jdbc 0.3.1 released

2013-12-30 Thread Sean Corfield
The tests have been updated to included nil cases now so I shouldn't make the same mistake again. On Mon, Dec 30, 2013 at 8:57 AM, Sean Corfield wrote: > Just found a showstopping bug in 0.3.1 - 0.3.2 will be along shortly. > > TIL: protocols need implementations for both Object _and_ nil to work

Re: [ANN] clojure.java.jdbc 0.3.1 released

2013-12-30 Thread Sean Corfield
Just found a showstopping bug in 0.3.1 - 0.3.2 will be along shortly. TIL: protocols need implementations for both Object _and_ nil to work properly in the real world... :( Sean On Mon, Dec 30, 2013 at 8:46 AM, Sean Corfield wrote: > Clojure contrib wrapper for JDBC. > > This release contains m

[ANN] clojure.java.jdbc 0.3.1 released

2013-12-30 Thread Sean Corfield
Clojure contrib wrapper for JDBC. This release contains minor bug fixes compared to 0.3.0, with the main focus being an overhaul of docstrings etc to improve the auto-gen'd documentation: http://clojure.github.io/java.jdbc/ The community documentation on clojure-doc has also had a major overhaul