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
After consideration, numeric is not safe to automatically parse to float or int due to value storage limits of the JS ints and floats. So, the proper approach is to return a string and give the developers an API that allows them to control the numeric type parsing as they need.
Hello, is there any way to parse numeric column values as
int
tofloat
? We are currently getting all values from our DB that arenumeric
asstring
.I saw they library uses some decoders internally, is there any way to customize what fields one wants to parse as number to string?
The text was updated successfully, but these errors were encountered: