[ANN] clojure.java.jdbc 0.3.0 alpha 4

2013-05-13 Thread Sean Corfield
Latest alpha build of the upcoming 0.3.0 release of Clojure's JDBC wrapper contrib library. TL;DR: Extensive code changes around connection handling that I'd like to see get tested in the real world... http://corfield.org/blog/post.cfm/clojure-java-jdbc-0-3-0-alpha-4 -- Sean A Corfield -- (904)

Re: [ANN] clojure.java.jdbc 0.3.0 alpha 4

2013-05-13 Thread Gary Deer
Tested this one in the real world using an Oracle database: Address JDBC-51 by declaring get-connection returns java.sql.Connection indeed it does return a java.sql.Connection What are your plans for documentation beyond the doc strings? I've been trying to keep track of how I'm using the

Re: [ANN] clojure.java.jdbc 0.3.0 alpha 4

2013-05-13 Thread Sean Corfield
On Mon, May 13, 2013 at 3:01 PM, Gary Deer gdee...@gmail.com wrote: What are your plans for documentation beyond the doc strings? There are some additional documentation pages, based on the doc folder in the Github repo here: https://github.com/clojure/java.jdbc/tree/master/doc/clojure/java/jdbc

Re: [ANN] clojure.java.jdbc 0.3.0 alpha 4

2013-05-13 Thread Michael Klishin
2013/5/14 Sean Corfield seancorfi...@gmail.com I think in-depth documentation for using java.jdbc probably belongs somewhere like http://clojure-doc.org - (but I'm not quite sure where it belongs on that site) Next to core.typed documentation (which needs some editing to follow the rest of

Re: [ANN] clojure.java.jdbc 0.3.0 alpha 4

2013-05-13 Thread Michael Klishin
2013/5/14 Sean Corfield seancorfi...@gmail.com http://clojure-doc.org is easy to contribute to so with a bit of guidance from that team, perhaps we can start a section there for java.jdbc documentation? And maybe move the four pieces of documentation above from the contrib repo to the