https://github.com/clojure/java.jdbc#change-log

[org.clojure/java.jdbc “0.7.6”] A low-level Clojure wrapper for JDBC-based 
access to databases.

Release 0.7.6 on 2018-04-24

  *   execute! now supports :return-keys as a vector of column names, rather 
than just a simple Boolean value, for drivers that support that 
JDBC-166<https://dev.clojure.org/jira/browse/JDBC-166>.
  *   Add built-in support for H2 in-memory database (:dbtype "h2:mem").
  *   Add missing spec for db-spec being a java.net.URI object.
  *   Fix add-connection handling of string db-spec (becomes :connection-uri, 
not :connection-string).
  *   Fix specs for with-db-* functions, to support options in the binding form 
JDBC-165<https://dev.clojure.org/jira/browse/JDBC-165>.
  *   Update tests so they work properly with string db-spec test databases.
  *   Ensure no reflection warnings are present.
  *   Switched local test infrastructure over to CLI and deps.edn (from 
Leiningen) as an example of multi-version testing without a "build tool".


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

"If you're not annoying somebody, you're not really alive."
-- Margaret Atwood

-- 
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