[Clusterer] '-' in description results in a DB query error
bogdan-iancu opened this issue · 1 comments
bogdan-iancu commented
When adding a new record in the clusterer tool, if a -
sign (or -
) is present, the insert query will fail with syntax error.
This may be related to the fact that the clusterer tool is still not using prepared statements :(
bogdan-iancu commented
This is fixed by d738bee , as the usage of prepared statements solves any escaping issues.