Skip to content

[Feature][Startup Parameter] Currently the startup parameter cannot be of type LIST #14841

Open
@hachikozjq

Description

@hachikozjq

Search before asking

  • I had searched in the issues and found no similar feature requirement.

Description

At present, the startup parameter can only be a string, sql scenario, need to use in query, startup parameter can not be used, try (a,b,c) or ('a','b','c') will not work, for example, sql is:
select column from table where org_id in (${orgId});
The above orgId cannot be implemented with startup parameters, it can only be replaced with:
select column from table where org_id = ${orgId};

Use case

You want the startup parameter to add a parameter of type list

Related issues

No response

Are you willing to submit a PR?

  • Yes I am willing to submit a PR!

Code of Conduct

Metadata

Metadata

Assignees

No one assigned

    Labels

    featurenew featurehelp wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions