I have a Domain class with a Float field named hfMonto, and when updating it in the controller using
hfObject.properties=params
Being params:
When looking at the table, the hfMonto value is rounded up:
And the version field keeps increasing every time. Setting the hibernate logging to trace shows no errors or warnings.
I'm running Grails 3.3.11 on top of Java 1.8.0_252-8u252-b09-1ubuntu1-b09
Any hints? Thanks
UPDATE: it only happens with numbers bigger than 1,000,000


1e.g.? - cfrick