v5.0.1
- Fix regression introduced in 5.0.0:
RowsResponse.fixupParsedData()
was called before_requiredVersion
was set. This caused the fixup method to skipBigDecimal
toDouble
conversions in the returned data maps.
RowsResponse.fixupParsedData()
was called before _requiredVersion
was set. This caused the fixup method to skip BigDecimal
to Double
conversions in the returned data maps.