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
I want to be able to find all versions of an entity which has a @ManyToMany relationship in order to show this in an application to the end user. The diff of the versions should include the changes to this relationship.
Actual behavior
The Versions returned to not include changes to the @ManyToMany property. It seems that this only works with asOf()?!
Expected behavior
I want to be able to find all versions of an entity which has a
@ManyToMany
relationship in order to show this in an application to the end user. The diff of the versions should include the changes to this relationship.Actual behavior
The
Version
s returned to not include changes to the@ManyToMany
property. It seems that this only works withasOf()
?!Steps to reproduce
I am using Ebean version 15.1.0 included in https://github.com/playframework/play-ebean version 8.3.0.
The text was updated successfully, but these errors were encountered: