seancorfield / next-jdbc

A modern low-level Clojure wrapper for JDBC-based access to databases.
https://cljdoc.org/d/com.github.seancorfield/next.jdbc/
Eclipse Public License 1.0
755 stars 90 forks source link

Restore HikariCP/MS SQL Server testing #219

Closed seancorfield closed 1 month ago

seancorfield commented 1 year ago

As a result of #215 extra options need to be passed to the mssql driver for testing against a non-SSL connection. The issue-146 test with HikariCP does not currently support that so it has been disabled for the time being.

I suspect the solution is to use the :jdbcUrl approach for mssql driver testing here.

seancorfield commented 1 month ago

Whilst I still consider this a bug, it's fairly limited in scope and there is an obvious solution for users in the wild (use :jdbcUrl if needed).