Skip to content

SQL: JDBC: add support for a default catalog #79990

@bpintea

Description

@bpintea

Some apps do not make use of JDBC's Connection#setCatalog API, but instead expect to be able to construct a connection string containing a default catalog and reinit a connection with the formed connection string every time the user selects a different catalog.
The connection string could look like es:jdbc://address:port/catalog?attr=value.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions