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

Fixed _build_query_args method when extra_query_args are passed #51

Merged
merged 1 commit into from
May 2, 2018

Conversation

dionysio
Copy link
Contributor

@dionysio dionysio commented May 2, 2018

Closes #48 and closes #49.

The issue occurred whenever I passed extra_query_args to the EsriDumper that looked like where="ModifiedDate>'2018-04-29'". These extra_query_args were later processed inside the _build_query_args method and the method would incorrectly result in args: where=(None) AND ModifiedDate>'2018-04-29'.

So the PR just adds a check for the requested_where.

@iandees iandees merged commit 37dfb7d into openaddresses:master May 2, 2018
@iandees
Copy link
Member

iandees commented May 2, 2018

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants