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

Queries mix 'mailing_list_url' and 'mailing_list' fields in WHERE clause #35

Open
sduenas opened this issue Jan 2, 2014 · 1 comment
Assignees
Labels

Comments

@sduenas
Copy link
Contributor

sduenas commented Jan 2, 2014

In MLS.R file, when 'mailing_list' filter is returned by reposField() function, reposNames() will return a list with the names of the mailing lists. If this names are passed as arguments of MLS functions, empy results will be returned because queries use, in WHERE clauses, 'mailing_list_url' field as filter but not 'mailing_list' field.

@ghost ghost assigned dicortazar Jan 2, 2014
@dicortazar
Copy link
Member

Yep, this depends on where the values are found (for some reason in some cases we should look for the URL of the mailing list in some fields and in other cases in other fields...).

In any case this should be the same in all of the cases as pointed in the report. I'll have a look at this.

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

No branches or pull requests

2 participants