0
comment
comment
on 5/13/2013 11:38 AM
A month ago I posted that java.jdbc 0.3.0 alpha 1 was available for testing and since then I've made a few more alpha releases as the API and code settles down so I figured it was time to blog about the recent changes.
Release 0.3.0-alpha4 on 2013-05-11
Fix connection leaks JDBC-54
Allow order-by to accept empty sequence (and return empty string)
Release 0.3.0-alpha3 on 2013-05-04
Fix macro / import interaction by fully qualifying Connection type.
Release 0.3.0-alpha2 on 2013-05-03
Address JDBC-51 by[...]