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
Finally, after go-rel/primaryreplica#26 got merged, I could make request using sql connection directly. Still would be nice to be able to aggregate on decimal fields.
Aggregate API returns an integer, how do I aggregate a float field?
For instance, I have a decimal price field in my database and I would like to find a sum of all prices:
Instead of getting a sum I'm getting an error
Field price has type
DECIMAL
in MySQL database.The text was updated successfully, but these errors were encountered: