Jacek Gębal

Results 31 issues of Jacek Gębal

If package was complied eith plscope enabled we can provide procedure level coverage with cobertura report. Query to retrieve procrdure start/end lines: ```sql with base as ( select i.owner, i.object_type,...

enhancement

Hi @PhilippSalvisberg I have followed your instructions for building native image but when running it on Windows 11 platform I face some issues, I run the command from windows CMD....

bug

Shell script generated with `useWildcardClassPath=true` is not working properly on Git Bash command-line. (`MINGW64`). Symptoms: - When trying to run project on a `cygwin` console i get: `Error: Could not...

The `contain` matcher doesn't handle Oracle Object Type as the check can be only executed on collections and cursors. We should have add error handling to assure that matcher provides...

enhancement

It would be great to include a guide for setup of Jenkins job that can be executed to run your tests. I have described some of that already on my...

If the connection management details would be moved from spec_helper into the library, so that the spec_helper is responsible for managing connections, then the coverage reporter could reference the connection...

This is a feature request. It would be nice to have the coverage reports generated and saved differently then the current approach. Currently one report is generated per one database...

It would also be good to remove the ".%"" from the schema name picker. Since it is a per-schema filter, no need for wildcard to indicate that all is shown...