Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Add support for comma separated list in calls to API #479
Comments
|
Comma separated list would be sufficient for now I suppose. |
All the
runAPIs that currently acceptut_varchar2_list(specially forsuitepath) 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:
They could call:
or:
or:
This enchancement needs detrailed scoping:
We could probably remove calls that use
ut_varchar2_listin release 4, as it's a breaking change.We should indiate (Somehow) that those are depreciated