Skip to content

1.1.0

Compare
Choose a tag to compare
@camsaul camsaul released this 04 Dec 22:42
· 8 commits to master since this release
bdea04c
  • Add pooled-data-source-from-url method to support next-jdbc
  • Fix bug where passing nil username or password to 3-arity version of the proxy-data-source would throw NullPointerException instead of overriding any existing values in passed properties
  • additional tests
  • Make pooled-data-source and map->properties public
  • Add 3-arity versions of connection-pool-spec and pooled-data-source that accept an instance of Driver instead of relying on DriverManager/getDriver