Clojure JDBC contrib library takes another step toward an 0.3.0 with a
fifth alpha release!
Release 0.3.0-alpha5 on 2013-09-15

* DDL now supports entities naming strategy JDBC-53.
* Attempt to address potential memory leaks due to closures - see
Christophe Grand's blog post on Macros, closures and unexpected object
retention.
* Documentation has moved to Using java.jdbc on Clojure-Doc.org
* Added Leiningen support for easier development/testing (Maven is
still the primary build tool).
* Added create-index / drop-index DDL JDBC-62 - moquist
* Make transaction? boolean optional in various db-do-* functions
* Create clojure.java.jdbc.ddl namespace
  * Add create-table, drop-table, create-index and drop-index
  * Deprecate create-table, create-table-ddl and drop-table in main namespace
* Update README to clarify PostgreSQL instructions.
* Fix test suite for PostgreSQL JDBC-59
* Improve hooks for Oracle data type handling JDBC-57
* Fix reflection warnings JDBC-55

What's next?

Beta1 of course!

I'm still considering whether to add support for multiple result sets
and to expose the raw ResultSet object(s) for 0.3.0 - or punt on them.
If those go into 0.3.0, beta1 will include them :) Everything else on
the table will be considered for a later release.

0.3.0 deprecates nearly all of the old API. Input welcome on how long
y'all think we need to keep the deprecated API around. It'll
definitely go away before 1.0.0 :)
-- 
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