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
This PR moves the check for non-cacheable entities from "runtime" to metadata definition.
If an entity has an association key as part of its PK, and this association key is not configured to be stored into SLC, an exception it thrown.
The previous approach was checking this constraint at "runtime" (right before saving the value), this PR moves this check at metadata level into (_validateAndCompleteAssociationMapping method).
The text was updated successfully, but these errors were encountered:
Jira issue originally created by user @doctrinebot:
This issue is created automatically through a Github pull request on behalf of goetas:
Url: #1433
Message:
This PR moves the check for non-cacheable entities from "runtime" to metadata definition.
If an entity has an association key as part of its PK, and this association key is not configured to be stored into SLC, an exception it thrown.
The previous approach was checking this constraint at "runtime" (right before saving the value), this PR moves this check at metadata level into (
_validateAndCompleteAssociationMapping
method).The text was updated successfully, but these errors were encountered: