Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple levels of owned entities cause incorrect state when doing bulk insert #624

Closed
armw1 opened this issue Aug 23, 2021 · 1 comment
Closed

Comments

@armw1
Copy link

armw1 commented Aug 23, 2021

Minimal reproduction is here:
https://github.com/armw1/BulkInsertBug

As you see in there repo bulk inserting Person_Bug causes FirstName and LastName to be null.

@borisdj
Copy link
Owner

borisdj commented Aug 24, 2021

Only first level of Composition is supported.
You could try a workaround explained: #167 (comment) Dupe

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants