0
comment
comment
on 3/1/2012 1:52 PM
clojure.java.jdbc 0.1.3 has been released. This includes support for SQLite 3 and improves support for Microsoft SQL Server, as well as a bug fix for prepared statements and some documentation improvements.
Release 0.1.3 on 2012-02-29
Fix generated keys inside transactions for SQLite3 JDBC-26
Release 0.1.2 on 2012-02-29
Handle prepared statement params correctly JDBC-23
Add support for SQLite3 JDBC-26
Replace replicate (deprecated) with repeat JDBC-27
Ensure MS SQL Server passes tests with both [...]