Skip to content

[patch] Allow populates to use select/omit for singular associations#1615

Open
danielsharvey wants to merge 1 commit intobalderdashy:masterfrom
danielsharvey:master
Open

[patch] Allow populates to use select/omit for singular associations#1615
danielsharvey wants to merge 1 commit intobalderdashy:masterfrom
danielsharvey:master

Conversation

@danielsharvey
Copy link

Currently the populates clause is allowed for plural ("collection")
associations but disallowed for singular ("model") associations.

This patch allows only a select or an omit for singular associations.

Currently the populates clause is allowed for plural ("collection")
associations but disallowed for singular ("model") associations.

This patch allows only a select or an omit for singular associations.
@danielsharvey
Copy link
Author

danielsharvey commented Apr 9, 2020

I have reviewed the code, run the tests and tested within my own use cases.

Are there other tests that should be run?

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

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant