Open
Description
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
- I agree to follow this project's Code of Conduct