Releases: metabase/connection-pool
Releases · metabase/connection-pool
1.2.0
1.1.1
1.1.0
- Add
pooled-data-source-from-url
method to supportnext-jdbc
- Fix bug where passing
nil
username or password to 3-arity version of theproxy-data-source
would throw NullPointerException instead of overriding any existing values in passed properties - additional tests
- Make
pooled-data-source
andmap->properties
public - Add 3-arity versions of
connection-pool-spec
andpooled-data-source
that accept an instance ofDriver
instead of relying onDriverManager/getDriver