pablo.pazos
05/12/2025, 12:26 AMmuser
05/12/2025, 12:39 PMpablo.pazos
05/12/2025, 3:44 PMtimeCommitted field that I need to write as time_committed in the formula.
Though Grails doesn't allow to use class notation in the mapping formula, if you use the attribute name (camelCase) it fails with an exception when the formula is evaluated, and with the database column name (snake_case) it works.
I think Grails is the one doing something strange here, and the mapping formula thing is not documented in deep IMO, I mean what it is, how it's evaluated, what should be used and what shouldn't.