value_formatter does not escape quotes in insert statement generation
Created by: nosamanuel
This results in SQL syntax errors during execution whenever a single quote is present in a unicode value.
I think it would be useful to provide an option for inserting data directly via some configuration parameters. That way the SQL engine can parameterize the insert statement itself.