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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix column injection bug #444

Merged
merged 1 commit into from
Apr 9, 2023
Merged

fix column injection bug #444

merged 1 commit into from
Apr 9, 2023

Conversation

samredai
Copy link
Contributor

@samredai samredai commented Apr 9, 2023

Summary

I introduced a bug in #440 by developing to the tests instead of developing to an actual deployment. 馃槃

The mocked query responses were dictionaries instead of QueryWithResults objects. This PR fixes the bug and also updates the mocked query responses to be QueryWithResults instances to be more representative.

Test Plan

make check, make test, and tested it in dj-demo.

  • PR has an associated issue: #
  • make check passes
  • make test shows 100% unit test coverage

Deployment Plan

N/A

@samredai samredai added the bug Something isn't working label Apr 9, 2023
@samredai samredai merged commit 6ea8804 into DataJunction:main Apr 9, 2023
youngman-droid pushed a commit to youngman-droid/dj that referenced this pull request Aug 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants