utPLSQL-PLSQL-Developer
utPLSQL-PLSQL-Developer copied to clipboard
utPLSQL Plugin for PL/SQL Developer
Bumps Oracle.ManagedDataAccess from 19.10.0 to 19.18.0. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
The custom message is not displayed in PL/SQL Developer ``` ut.expect(acc.pa_zins.anzahl_tage(p_startdatum, p_enddatum, p_methode) , ' für Daten: '||to_char(p_startdatum,'dd.mm.yyyy')||' bis: '||to_char(p_enddatum,'dd.mm.yyyy')) .to_equal(p_resultat); ``` This is how it looks in TOAD: 
utPLSQL adds a reason to a disabled test: https://github.com/utPLSQL/utPLSQL/issues/610 Add the reason to the result window if the test is disabled.
Hi, when I run the tests with the plugins menu-entry 'run all test from current user' and closing the window therafter an inactive session of this current user is remaining...
If there are no tests to run the window should not show up
Hi, if you connect via proxy user (dev[app]) and want to run the tests in the app-schema, the plugin is not working. if you connect directly as the app-user, it...
Hello, i use your plugin for my work and find it very useful. I need to upgrade and add feature which lets search by tags. And i added necessary function...