r2dbc-mysql
r2dbc-mysql copied to clipboard
How to pass sessionVariables
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?