r2dbc/r2dbc-spi

Typo in ReadableMetadata.getScale()

Michael-A-McMahon opened this issue · 0 comments

The doc states "... or if the precision cannot be provided". I think it was meant to be: " or if the scale cannot be provided"

* Returns {@code null} for data types where the scale is not applicable or if the precision cannot be provided.