Samuel Nitsche
Samuel Nitsche
Currently, `ut_teamcity_reporter`, which is used for DataGrip integration, doesn't provide `--%displayname` information of tests. We should improve the TeamCity Reporter to provide that info and let DataGrip show the more...
**Describe the bug** Different to all the comparison matchers, BE_BETWEEN does not give away details of a type mismatch in its error message. It would be very helpful to have...
As discussed in PR https://github.com/utPLSQL/utPLSQL-cli/pull/179, we should add a section that shows best practices or discusses limitations for user/schema/privileges setup for different needs. - Recommended Setup with run over multiple...
**Describe the bug** Make clear that `--%beforeeach` and `--%aftereach` defined in a parent suite are not called in the child suite(s) They can, however, be referenced like that: ```sql create...
utPLSQL grows rapidly and continues to get new, great features. I think it would be very beneficial to have the documentation/userguide state which features are available since which version.
I ran into a very strange phenomenon: `sql test/[email protected]:1521/service1` Fails as expected with a I/O error (network could not establish connection) But adding an exclamation mark to the **password** `sql...
If you try to use the @Secured tag with the newest vaadin-spring and vaadin-spring-boot version a HTTP-403 is returned. This happens even before `public boolean isAccessGranted(UI ui, String beanName, View...
Hey, I guess I'm still struggling with the whole Spring IoC mechanic. I was wondering if it is possible to configure a Vaadin Navigator as UIScoped Bean from a specific...
While we still want to compile cli with JDK 8, we want to assure its compatibility with java 8, 9, 10, 11, 12. All Oracle versions supported by utPLSQL are...
At the moment, there is no Github Actions workflow to create release artifacts. What it should include: - update utplsql-cli.version - mvn package verify jar:jar appassembler:assemble - make sure jar...