sql

All things SQL and JDBC...
Laszlo Szolnoki 2021-01-29T08:49:42.046800Z

Thanks @hiredman, I found [org.apache.hive/hive-jdbc "3.1.2"] but I am having trouble with installing the dependency jdk.tools:jdk.tools:jar:1.6 . I tried to declare the repository https://mvnrepository.com/artifact/jdk.tools/jdk.tools still 'lein deps' says that the artifact can't be found.

kirill.salykin 2021-01-29T09:36:06.048100Z

Hi Sean, There is no way to specify builder on per-datasource level in next.jdbc? AFAIK you were investigate the option, but dunno what is the output of it. thanks!

seancorfield 2021-01-29T18:28:11.048900Z

@kirill.salykin Look at with-options -- it's explained in the Getting Started guide.

👍 1