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

Add check on use of recursive embedded fields and throw exception #152

Closed
andyjefferson opened this issue Nov 17, 2016 · 0 comments
Closed
Milestone

Comments

@andyjefferson
Copy link
Member

We do not support embedding fields recursively. For a 1-1/N-1 this would mean that the fields of the object are embedded, and then same for the related object, and so on ... resulting in infinite columns to add. For 1-N/M-N this would mean that we get a join table embedding the normal fields of the embedded object, then another join table, and so on. Check this at metadata load and throw an exception

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

1 participant