Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
1.5.0, 1.6.0
-
None
Description
The original document says:
- int32: for 1 <= precision <= 9
- int64: for 1 <= precision <= 18; precision <= 10 will produce a warning
- ...
For int64, the warning should be produced when precision < 10 (rather than <= 10).