You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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