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
Address Copilot review: use string manipulation for FormatNumber
Removes float64 parsing to preserve precision for DECIMAL(38,s) values.
FormatNumber now uses pure string manipulation with addThousandSeparators
and getDecimalSeparator, avoiding any potential precision loss.
0 commit comments