The extra "for" parameter causes incompatibilities with other modules, for instance: ``` array_map_op set_quote_sql_str for=pg $array; ``` generates an error. It would be nice if default of MySQL could be changed with directive, e.g.: ``` set_quote_style pgsql; ## or set_quote_style mysql array_map_op set_quote_sql_str $array; ```