layerware / hugsql

A Clojure library for embracing SQL
https://hugsql.org
Apache License 2.0
690 stars 54 forks source link

upgrade org.clojure/java.jdbc to "0.7.12" #135

Closed jonassvalin closed 2 years ago

jonassvalin commented 2 years ago

The hugsql-adapter-clojure-java-jdbc depends on org.clojure/java.jdbc version 0.7.10. This version has a critical bug, in which it sometimes commits partial transactions even after a failure. See issue attached. This PR upgrades to 0.7.12, in which this bug is no longer present.

https://clojure.atlassian.net/browse/JDBC-179

csummers commented 2 years ago

Thanks for the PR!

csummers commented 2 years ago

Released in 0.5.3. Thanks again!