Skip to content

Feature request: option to change default quote style for set_quote_sql_str #1

Closed
@cwells

Description

@cwells

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;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions