Skip to content

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

@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

    pFad - Phonifier reborn

    Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

    Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


    Alternative Proxies:

    Alternative Proxy

    pFad Proxy

    pFad v3 Proxy

    pFad v4 Proxy