The Clojure contrib library that provides a thin wrapper around JDBC.

For Leiningen:

    [org.clojure/java.jdbc "0.3.0"]

Changes since RC1:

* Ensure canonical Boolean to workaround strange behavior in some JDBC
drivers JDBC-84.
* Rename recently introduced test to ensure unique names JDBC-83.
* Rename unused arguments in protocol implementation to support Android JDBC-82.
* Correctly handle empty param group sequence in execute! (which only
seemed to affect SQLite) JDBC-65.

For some background on the overall changes of 0.3.0 compared to 0.2.3,
read my blog post, which includes links to the detailed change log,
the reference documentation, and the soon-to-be-updated** Clojure
Documentation Site section on java.jdbc:

http://corfield.org/blog/post.cfm/clojure-java-jdbc-0-3-0-released

** Many changes are already in the CDS Github repo, the site just
needs to be re-generated from source.
-- 
Sean A Corfield -- (904) 302-SEAN
An Architect's View -- http://corfield.org/
World Singles, LLC. -- http://worldsingles.com/

"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/groups/opt_out.

Reply via email to