Skip to content
This repository was archived by the owner on Dec 13, 2023. It is now read-only.
This repository was archived by the owner on Dec 13, 2023. It is now read-only.

How to pass sessionVariables #191

@MarkusKramer

Description

@MarkusKramer

With the JDBC mysql driver I can specify session variables like this

jdbc:mysql://${db.host}:${db.port}/${db.database}?sessionVariables=sql_mode=ANSI_QUOTES

However

r2dbcs:mysql://${db.host}:${db.port}/${db.database}?sessionVariables=sql_mode=ANSI_QUOTES

doesn't switch the session to ANSI mode. Can this be done with r2dbc-mysql?

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