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

How to pass sessionVariables #191

Open
MarkusKramer opened this issue Aug 12, 2021 · 0 comments
Open

How to pass sessionVariables #191

MarkusKramer opened this issue Aug 12, 2021 · 0 comments

Comments

@MarkusKramer
Copy link

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?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant