You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While testing various corner-cases with the help of this tool, we've noticed that increasing/decreasing the Precision or Scale property for a Decimal field would return an output of No differences. Specifications are equivalents.
We would like to understand as to why is the change in Scale/Precision not detected as a breaking change or backward compatible change (if applicable)?
e.g., Precision & Scale are defined respectively as follows: type SAMPLE: Decimal(38,2)
I have attached the corresponding Json snippet for the same: oldSpec.json