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
We need to check if this is actually happening in Hibernate Reactive and add tests for it (if we don't have some already).
After updating an entity both createdAt and updatedAt are returned with the the updatedAt value. However, createdAt is not being persisted to the database. When I list the records from the database the results are returned correctly. I'm using the same DTO object for both operations.
See quarkusio/quarkus#39016
We need to check if this is actually happening in Hibernate Reactive and add tests for it (if we don't have some already).
The text was updated successfully, but these errors were encountered: