Open
Description
In R2DBC as example of obscured types.
Is it normally that MappingR2dbcConverter
doesn't call Row::get(String, Class)
? I thought that MappingR2dbcConverter
provides all target field types transformations to r2dbc-spi implementation. But instead it calls Row::get(String)
and SPI implementation doesn't know about the target field type.