Skip to content

Add support for comma separated list in calls to API #479

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
jgebal opened this issue Aug 31, 2017 · 1 comment
Closed

Add support for comma separated list in calls to API #479

jgebal opened this issue Aug 31, 2017 · 1 comment

Comments

@jgebal
Copy link
Member

jgebal commented Aug 31, 2017

All the run APIs that currently accept ut_varchar2_list (specially for suitepath) should accept a comma or newline lists.

This will greatly simplify calls from user-perspective as they don't need to remember to use ut_varchar2_list.
So instead of calling:

exec ut.run(ut_varchar2_list('first','another'));

They could call:

exec ut.run('first,another');

or:

exec ut.run('first
another');

or:

exec ut.run('first,
another');

This enchancement needs detrailed scoping:

  • which calls would be changed

We could probably remove calls that use ut_varchar2_list in release 4, as it's a breaking change.

We should indiate (Somehow) that those are depreciated

@jgebal jgebal added this to the v3.1.0 milestone Aug 31, 2017
@jgebal
Copy link
Member Author

jgebal commented Feb 5, 2018

Comma separated list would be sufficient for now I suppose.
I'm changing the title of the issue to match this.

@jgebal jgebal changed the title Add support for comma/newline separated list in calls to API Add support for comma separated list in calls to API Feb 5, 2018
@jgebal jgebal removed this from the v3.1.0 milestone Feb 28, 2018
@lwasylow lwasylow self-assigned this Jul 11, 2018
@jgebal jgebal added this to the 3.1.2 milestone Jul 18, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants