Skip to content

Releases: metabase/connection-pool

1.2.0

22 Nov 20:51
cd7ebc6
Compare
Choose a tag to compare
  • Bump c3p0 to latest

1.1.1

04 Dec 23:11
68b9967
Compare
Choose a tag to compare
  • Properties are now respected when creating a new Connection. This fixes issues where the Redshift JDBC driver would be used to create a Postgres connection when both the Postgres and Redshift JDBC drivers are present. (#6)

1.1.0

04 Dec 22:42
bdea04c
Compare
Choose a tag to compare
  • 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

1.0.3

08 Oct 00:46
e072f4f
Compare
Choose a tag to compare
  • Convert properties map into a Properties object before creating a pooled data source; fixes issues where c3p0 would ignore non-string properties (#4)

1.0.1

08 Jul 20:31
8ac66b3
Compare
Choose a tag to compare
  • destroy-connection-pool! now handles either JDBC specs or DataSource objects.