David
David
I suggest to discuss & fix issues with binding of generated values in combination with `save()` within this ticket. Next to this I would create another ticket like "Keep relationships...
> For `createdAt`, you should use `@DateCreated`, which will fill the value before it's inserted. I know about `@DateCreated`. In our specific business case the `createdAt` date is (and must...
> Try declare the Foo class to this: > > ``` > @Serdeable > data class Foo( > val bar: String, > var validFrom: LocalDate? = LocalDate.now(), > ) >...
I have had the same problem with the default `AuditTrail` class created by `grails audit-quickstart`. After removing `autoTimestamp false` from mapping closure, everything works fine.