Clojure contrib wrapper for JDBC.

This release contains minor bug fixes compared to 0.3.0, with the main
focus being an overhaul of docstrings etc to improve the auto-gen'd
documentation:

http://clojure.github.io/java.jdbc/

The community documentation on clojure-doc has also had a major overhaul:

http://clojure-doc.org/articles/ecosystem/java_jdbc/home.html

Details of this release:

* Add nil protocol implementation to ISQLParameter
* Improve docstrings and add :arglists for better auto-generated documentation.
* Make insert-sql private - technically a breaking change but it
should never have been public: sorry folks!
* Provide better protocol for setting parameters in prepared statements JDBC-86.
* Fix parens in two deprecated tests JDBC-85.
* Made create-table-ddl less aggressive about applying as-sql-name so
only first name in a column spec is affected.

(0.3.1 is broken and should not be used)
-- 
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