-
Notifications
You must be signed in to change notification settings - Fork 103
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
include_sql_query broken for CSV database driver #1434
Comments
On the second thing in this issue:
The cause is that customizing AFAICS this problem looks existing in Sympa |
Maybe it's obvious, but I should mention that Sympa processes died while trying to synchronize members |
Do you want me to try the same scenario on Sympa 6.2.56 or higher? |
@salaun-urennes1 , could you please try the fix in the PR above? |
I'd like to submit the first thing as a separate issue. |
Sympa provides the ability to include list members from a CSV file using include_sql_query parameter.
This feature used to work back in 1999, see [https://listes.renater.fr/sympa/arc/sympa-fr/1999-04/msg00011.html](https://listes.renater.fr/sympa/arc/sympa-fr/1999-04/msg00011.html. With Sympa 6.2.48 I was unable to make it work.
Version
Sympa 6.2.48
Installation method
Installed from sources
Expected behavior
Sympa GUI should let me add an include_sql_query for a CSV file.
Once defined this parameter, Sympa should be able to load list members from this data source
Actual behavior
Two problems :
Steps to reproduce
email.csv
file in test list directory:And also get an exception on the GUI:

But this time the list's config file has been updated as follows:
Additional information
I'm using
perl-DBD-CSV-0.38-3.el7.noarch
package on CentOS 7.9The text was updated successfully, but these errors were encountered: