-
Notifications
You must be signed in to change notification settings - Fork 1
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
Deep Migration #233
Comments
For the time being can we have a warning or something that comes up? |
Added a PR #237 to emit a warning. To implement this fully we'll want to do the following:
For the nested struct check, it's just piping through the same remap function.
The recursive nature will ensure that we nab every single nested Entity reference even if it's in a collection of collections of collections etc. |
From : #237 (comment)
There may be cases where we don't want a collection or pointer to be remapped, so we'll make the developers opt in on this to both and squawk when they don't let us know how to handle it. |
Building off of #232 there is a chance that Entity references aren't remapped if you bury them deep inside collections.
The text was updated successfully, but these errors were encountered: