Skip to content

feat: Validate and Enforce Default DB is specified for MySQL Destination #11800

@bbernays

Description

@bbernays

A follow up for a more complete fix of #11799 ... Which still has issues if a user doesn't have a default DB specified.

The sync should fail immediately by calling select database() and checking if the result is a non null value.

This would be a breaking change as it would require users to either specify a default DB at the user level in the DB or specify a db in the connection string

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions