Open mp911de opened 3 years ago
Parameters.in(…) should be accepted in Statement.bind(…) and the type should be propagated to the codecs to encode a value with a specific database type.
Parameters.in(…)
Statement.bind(…)
See also r2dbc/r2dbc-spi#160.
Currently does r2dbc supports calling Stored Procedure in mysql which accepts IN/OUT parameters ?If not is there any workaround?
Parameters.in(…)
should be accepted inStatement.bind(…)
and the type should be propagated to the codecs to encode a value with a specific database type.See also r2dbc/r2dbc-spi#160.