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

Only uses inner associations that belong to main association #106

Closed
wants to merge 13 commits into from

Conversation

stangah
Copy link
Contributor

@stangah stangah commented May 21, 2018

Associations have checks that allow them to be skipped when they have nil or zero values. However, every association was getting loaded with all inner associations from all fields. This allowed for valid associations to try to load inner associations for a separate invalid association even though the invalid association was skipped.

@larrymjordan
Copy link
Member

@stangah please add all test cases needed to cover this scenario.

@stanislas-m stanislas-m requested a review from a team as a code owner August 22, 2018 13:37
Copy link
Member

@mclark4386 mclark4386 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tests please

stanislas-m and others added 7 commits October 1, 2018 21:24
* [Fix] issue when using IN more than once '?' wildcards

* slices with in
* The lastest docs are on the website, and keeping them here mislead users.
* Let's use SHOULDERS here too!
…gobuffalo#271)

* improved cockroach configuration and fixed bugs on connection details

* oops! didn't remove debugging log

* bugfix: blank argument also affect as argument, in secure mode
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.

5 participants