0
comment
comment
on 12/30/2013 11:12 AM
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.
The community documentation for java.jdbc on clojure-doc has also had a major overhaul.
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 [...]