Thanks to visit codestin.com
Credit goes to github.com

Skip to content

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

Closed
@jgebal

Description

@jgebal

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions