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.HikariProxyConnectionI 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
You'll have to share some code if you want folks to help...