Skip to content
This repository has been archived by the owner on Aug 23, 2023. It is now read-only.

setValue on typed property must unset to uninitialized #34

Closed
beberlei opened this issue Mar 15, 2020 · 0 comments · Fixed by #35
Closed

setValue on typed property must unset to uninitialized #34

beberlei opened this issue Mar 15, 2020 · 0 comments · Fixed by #35
Assignees
Labels
Bug Something isn't working
Milestone

Comments

@beberlei
Copy link
Member

This fixes doctrine/orm#7999 when during a delete operation the identifier is set to null. This is not possible on typed properties that are not nullable.

You can workaround it by unitiializing the property instead, which comes close to NULL.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant