What? Clojure contrib wrapper for JDBC operations.

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

Dependency? [org.clojure/java.jdbc "0.3.0-beta1"]

Details?

The clojure.java.jdbc library has finally hit "feature complete" for
the upcoming 0.3.0 release and so the first beta release has been made
available. For full details, see the clojure.java.jdbc README on
Github but here's a quick list of changes in this release:

* query as-arrays? true now allows you to leverage lazy result
fetching - JDBC-72
* "h2" is now recognized as a protocol shorthand for org.h2.Driver
* Tests no longer use :1 literal - JDBC-71 - (this was due to a change
made in Clojure 1.6 that has since been reverted, but may be revisited
in future)
* Conditional use of javax.naming.InitialContext so the library can be
compiled on Android - JDBC-69
* New db-query-with-resultset function replaces private
db-with-query-results* and processes a raw ResultSet object - JDBC-63
* Allow :set-parameters in db-spec to override set-parameters internal
function to allow per-DB special handling of SQL parameters values
(such as null for Teradata) - JDBC-40

JDBC-65 (a bug affecting SQLite) will be fixed before the 0.3.0 final
release. JDBC-70 (an enhancement to DDL) may also be included.
-- 
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