layerware / hugsql

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

Error on 0.5.0 #105

Closed kanwei closed 5 years ago

kanwei commented 5 years ago
Execution error (IllegalArgumentException) at hugsql.adapter/eval12891$fn$G (adapter.clj:3).
No implementation of method: :on-exception of protocol: #'hugsql.adapter/HugsqlAdapter found for class: hugsql.adapter.clojure_java_jdbc$hugsql_adapter_clojure_java_jdbc
kanwei commented 5 years ago

Using the conman library

csummers commented 5 years ago

I'll try to reproduce.

csummers commented 5 years ago

I was able to reproduce and found the issue. A quick fix in 0.5.1 should be out very soon.

csummers commented 5 years ago

0.5.1 is released with a fix for this (I think). Would you mind testing your project and reporting back. Thanks!

kanwei commented 5 years ago

Works again, thanks very much!

csummers commented 5 years ago

Thank you for the quick reporting!