You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yeah, I've also fixed it in v0.12. Now we no longer support the for=pg option in the set_quote_sql_str directive, it will always stick to mysql's quoting method. For PostgreSQL literals, we introduce a new set_quote_pgsql_str directive that can be combined with ngx_array's array_map_op, for instance,
The extra "for" parameter causes incompatibilities with other modules, for instance:
generates an error.
It would be nice if default of MySQL could be changed with directive, e.g.:
The text was updated successfully, but these errors were encountered: