Skip to content

db extra connection params are only passed to the first connection in a pool  #610

@jeacott1

Description

@jeacott1

if you attempt to use a datasource url with extra params like:

jdbc:tc:postgresql://somehostname:someport/databasename?stringtype=unspecified

the stringtype=unspecified only gets assigned to the very first connection in the pool, all the rest get nothing.

here's a fix:
#609

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions