mirromutth / r2dbc-mysql

R2DBC MySQL Implementation
Apache License 2.0
656 stars 98 forks source link

Add support for SPI Parameters #164

Open mp911de opened 3 years ago

mp911de commented 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.

See also r2dbc/r2dbc-spi#160.

upen4a3 commented 3 years ago

Currently does r2dbc supports calling Stored Procedure in mysql which accepts IN/OUT parameters ?If not is there any workaround?