What?
        Clojure Contrib wrapper for JDBC.

Changes?

Release 0.7.0-alpha2 on 2017-03-01

• pgsql and the Impossibl PostgresSQL 'NG' driver are now supported (note that 
:max-rows does not work with this driver!); also, providing unknown dbtype or 
subprotocol in a db-spec should now throw a better exception JDBC-150.
• quoted now accepts keywords for database / dialect (:ansi (including 
PostgresSQL), :mysql, :oracle, :sqlserver -- these match the keywords used in 
HoneySQL which is the recommended third party SQL DSL for java.jdbc) JDBC-149.
• Reorder get-connection clauses to make it easier to combine keys in a db-spec 
JDBC-148.
• Force load DriverManager before classForName call on drivers to avoid 
potential race condition on initialization JDBC-145.

Please see full change log for other changes since last “gold” release (0.6.0):

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

Sean Corfield -- (904) 302-SEAN -- (970) FOR-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