Skip to content

Driver doesn't support set/getCatalog() while MySQL does #34

@gilius38

Description

@gilius38

Calling setCatalog() in the drizzle jdbc driver leads to a no-op. Comments in the code state that drizzle doesn't support catalogs.
However, MySQL sort of supports catalogs by switching schemas
Thus, when connected to a MySQL server, the driver should transform setCatalog into "use " and return the connected database for getCatalog

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions