utPLSQL-cli icon indicating copy to clipboard operation
utPLSQL-cli copied to clipboard

Command line client for invoking utPLSQL

Results 33 utPLSQL-cli issues
Sort by recently updated
recently updated
newest added

Hi eveyone, It is possible to connect to DB when calling utplsql-cli run command using a specific Edition name/number? Something like this: utplsql run username/password@service EDITION=ora$base -source_path=Packages -test_path=UnitTestPackages --failure-exit-code=0 -f=ut_coverage_cobertura_reporter...

Bumps [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) from 1.2.11 to 1.2.13. Commits 2648b9e prepare release 1.2.13 bb09515 fix CVE-2023-6378 4573294 start work on 1.2.13-SNAPSHOT a388193 Merge branch 'branch_1.2.x' of github.com:qos-ch/logback into branch_1.2.x de44dc4 prepare release...

dependencies

I'm using the cli to execute my tests and generate my reports, example: ```bash utplsql run ${ORACLE_USER}/${ORACLE_PASSWORD}@${ORACLE_HOST}:${ORACLE_PORT}/${ORACLE_SERVICE} \ -source_path=src \ -test_path=tests \ -f=ut_documentation_reporter -c \ -f=ut_coverage_html_reporter -o=results/coverage.html \ -f=ut_coverage_cobertura_reporter -o=results/cobertura.xml...

Looking for method(s) to hide the password portion of the for demos and scripts.

Calling the command like `utplsql run ... -config=config.json` should work when we pass the configuration json file as below: ```json { "connection": { "user": "hr", "password": "hr", "host": "localhost", "port":...

enhancement

utPLSQL-cli shall be enhanced to support the inclusion and exclusion of objects with regular expression. Currently only full names can be provided via the "-include and "-exclude" parameters. Reference: utPLSQL/utPLSQL#1053

Hi I am calling utplsql-cli via GitHub Actions on a runner server on OCI as ADMIN user. I pass in multiple schemas to be processed and am writing the documentation...

question

Hi I am calling utplsql-cli via GitHub Actions on a runner server on OCI as ADMIN user. I pass in multiple schemas to be processed and am writing the documentation...

bug

Hi I am calling utplsql-cli via GitHub Actions on a runner server on OCI as ADMIN user. I pass in multiple schemas to be processed and am writing the documentation...

enhancement

Hi all, Starting using utPLSLQ-cli here. Is there a way to run a custom SQL command or script before running the tests from the command-line? For i.e., I'd like to...

enhancement