utPLSQL-PLSQL-Developer icon indicating copy to clipboard operation
utPLSQL-PLSQL-Developer copied to clipboard

utPLSQL Plugin for PL/SQL Developer

Results 7 utPLSQL-PLSQL-Developer issues
Sort by recently updated
recently updated
newest added

Bumps Oracle.ManagedDataAccess from 19.10.0 to 19.18.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Oracle.ManagedDataAccess&package-manager=nuget&previous-version=19.10.0&new-version=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...

dependencies

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: ![grafik](https://user-images.githubusercontent.com/593352/163969400-5fa1c17d-f350-42b0-905e-5fd1e17c13a2.png)

enhancement

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.

enhancement

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...

bug

If there are no tests to run the window should not show up

enhancement

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...