What?
        Clojure contrib wrapper for JDBC & SQL

Where?
        https://github.com/clojure/java.jdbc/

Details?

Release 0.5.0 on 2016-03-27
* Allow PreparedStatement in db-do-prepared-return-keys JDBC-115.
* Remove exception wrapping JDBC-114.
* Drop Clojure 1.3 compatibility.

Despite the version jump from 0.4.2 to 0.5.0, this is a minor feature release, 
with the caveat that Clojure 1.3 is no longer supported. Dropping 1.3 allowed 
the exception unwrapping logic to be removed (because Clojure 1.4 stopped 
wrapping exceptions!) which cleans up the library quite a bit.

The main focus of 0.5.0 is JDBC-115 which improves handling of how (generated) 
keys can be returned across more databases and is a continuation of JDBC-104 in 
release 0.4.2. prepare-statement can now return keys for more databases, and 
db-do-prepared-return-keys now accepts a PreparedStatement or a SQL string, 
bringing it in line with several other APIs in the library. This allows more 
control over how keys are returned (since you can now call prepare-statement 
and pass a vector of key column names, and then pass that to the db-do-* 
function instead of relying on its defaults).

Sean Corfield -- (904) 302-SEAN
An Architect's View -- http://corfield.org/

"Perfection is the enemy of the good."
-- Gustave Flaubert, French realist novelist (1821-1880)




-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to