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

Flatten result lists as late as possible. #826

Merged
merged 1 commit into from
Aug 26, 2020
Merged

Conversation

michael-simons
Copy link
Collaborator

This removes the flattening of the lists inside the various rest model adapters and delegates this task to the rest model mapper. That way, individually structured lists of non-mappable types stay intact.

This fixes #821.

This removes the flattening of the lists inside the various rest model adapters and delegates this task to the rest model mapper. That way, individually structured lists of non-mappable types stay intact.

This fixes #821.
@michael-simons michael-simons merged commit f4e9ef7 into master Aug 26, 2020
@michael-simons michael-simons deleted the issue/821 branch August 26, 2020 09:00
michael-simons added a commit that referenced this pull request Aug 26, 2020
This removes the flattening of the lists inside the various rest model adapters and delegates this task to the rest model mapper. That way, individually structured lists of non-mappable types stay intact.

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

Successfully merging this pull request may close these issues.

Nested lists are flattened when returned from session factory
2 participants