Fork me on GitHub
#sql
<
2023-12-15
>
Bingen Galartza Iparragirre07:12:35

I'm getting an error similar to the one described in [this closed issue](https://github.com/seancorfield/next-jdbc/issues/181) with next.jdbc. I'm using the latest version. I have a db-spec constructed with with-transaction -> with-logging -> with-options and I'm running an execute-batch . I get the following error:

No implementation of method: :get-datasource of protocol: #'next.jdbc.protocols/Sourceable found for class: com.zaxxer.hikari.pool.HikariProxyConnection

Bingen Galartza Iparragirre07:12:54

I tried the "to reproduce steps" in the issue and those works. So I guess the scenarios are not exactly the same. But I don't know what might be different

seancorfield16:12:52

You'll have to share some code if you want folks to help...