r2dbc / r2dbc-spi

Service Provider Interface for R2DBC Implementations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Typo in ReadableMetadata.getScale()

Michael-A-McMahon opened this issue · 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.