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
When querying a field that is of type DECIMAL in mysql, the documentation states that it will return as type String, but it actually returns as a float. This is a big issue when dealing with financial data.
The text was updated successfully, but these errors were encountered:
When querying a field that is of type DECIMAL in mysql, the documentation states that it will return as type String, but it actually returns as a float. This is a big issue when dealing with financial data.
The text was updated successfully, but these errors were encountered: