Skip to content
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

Support multiselection #8

Closed
PhilippSalvisberg opened this issue Feb 1, 2018 · 1 comment
Closed

Support multiselection #8

PhilippSalvisberg opened this issue Feb 1, 2018 · 1 comment
Assignees
Milestone

Comments

@PhilippSalvisberg
Copy link
Member

The extension supports currently only single selection. When selecting multiple items in the Connections navigator tree the Run utPLSQL test menu item is disabled explicitly. However, it would be useful to support multiple selection independent of issue #6.

@PhilippSalvisberg PhilippSalvisberg added this to the v0.3.0 milestone Feb 11, 2018
@PhilippSalvisberg PhilippSalvisberg self-assigned this Oct 5, 2018
@PhilippSalvisberg
Copy link
Member Author

Here's an example how to execute two test packages:

SET SERVEROUTPUT ON SIZE UNLIMITED
EXECUTE ut.run(ut_varchar2_list('PLSCOPE.TEST_ETL', 'PLSCOPE.TEST_DD_UTIL'));

ut_varchar2_list should be used only if more than one object is selected.

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

1 participant