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

Fix bug in resolve_relationship_condition with sources with virtual columns #115

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

vanstyn
Copy link
Contributor

@vanstyn vanstyn commented Oct 16, 2017

Commits needed to fix bug revealed by RapidApp test case in this commit:

Huge thanks to @ribasushi for identifing the needed code changes (namely
4734916) to fix the bug once I was able to provide the failing
test case in RapidApp

Before the interface of resolve_relationship_condition was simplified, it
contained a codepath exempting result objects from any checks of their
get_columns() results.

Keep the stringent check ( so that new code using this function will not
assume questionable defaults going forward ), and instead fix all callsites
where this condition might arise

--

This commit fixes the bug revealed by downstream RapidApp test case in
this commit:

 * vanstyn/RapidApp@c319a41904

Huge thanks to @ribasushi for identifing the needed code changes to
address this once I was able to provide the failing test case in
RapidApp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
2 participants