Open mirromutth opened 3 years ago
What's blocking this PR from being merged?
@mirromutth I haven't checked the PRs before doing mine. I have a slightly different implementation in https://github.com/mirromutth/r2dbc-mysql/pull/249 the name "clash" is contained to the codec, so maybe renaming your class is not necessary.
It resolves #164 .
Check list:
dev.miku.r2dbc.mysql.Parameter
intoMySqlParameter
to avoid user confusion and naming conflictsio.r2dbc.spi.Parameter
support inDefaultCodecs
, just liker2dbc-postgresql
Codec
s, e.g.LongCodec.canEncode(Long.class, doubleValue)
,LongCodec.encode(Long.class, doubleValue, context)
io.r2dbc.spi.Parameter