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

Command line client for invoking utPLSQL

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

To complete the mapping of utPLSQL API we need to provide ability to define file mapping options as described [in documentation](https://github.com/utPLSQL/utPLSQL/blob/develop/docs/userguide/coverage.md#working-with-projects-and-project-files) The static file mapping should be optionally provided as...

enhancement

Would be nice to have a command to create a test skeleton for the user, ex: `utplsql gen -suite test_something` And that would generate a package header and body with...

enhancement

It would be nice to allow `/@TNS` connection format with an empty username and password and use Secure External Password Store (sometimes called Oracle Wallet) for authentication. This will also...

**Describe the bug** Randomly we have reporter initialization that fails with error : ORA-01013: user requested cancel of current operation Our tests are launched using jenkins in "Execute Windows batch...

``` 2024-11-15 06:40:07 [main] DEBUG org.utplsql.api.reporter.Reporter - Database-reporter initialized, Type: UT_TFS_JUNIT_REP_NEW, ID: 3CD0F310D73B47348A0747748AF24391 2024-11-15 06:40:12 [main] DEBUG org.utplsql.api.reporter.Reporter - Database-reporter initialized, Type: UT_COVERAGE_COBERTURA_REP_NEW, ID: 79B64FFB0A0B4935A307DD326FD56013 java.sql.SQLTimeoutException: ORA-01013: user requested cancel...