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
Fix numeric with leading zero fractional (vapor#68)
* Create failing test
Numeric numbers with a fractional part with a leading zero (eg: 10.08) will be decoded from the database without the leading zero (ie: 10.80).
This is a serious issue which results in corrupted numeric values.
* Add padding of zeros to fractional portion of numericals
0 commit comments