Releases: utPLSQL/utPLSQL-SQLDeveloper
Releases · utPLSQL/utPLSQL-SQLDeveloper
utPLSQL for SQL Developer v2.0.1
Sorry, something went wrong.
No results found
Fixed
- Enforce SQL Developer version 24.3.1.347.1826
utPLSQL for SQL Developer v2.0.0
Sorry, something went wrong.
No results found
New
- Requires SQL Developer 24.3.1 with JDK 17
- Bumps all dependencies
Fixed
- #161 German translation of "Failures" is inconsistent
utPLSQL for SQL Developer v1.4.1
Sorry, something went wrong.
No results found
Fixed
- #157 Missing line break after suite annotation in generator skeleton template
- Produces lowercase statement when running utPLSQL in worksheet
utPLSQL for SQL Developer v1.4.0
Sorry, something went wrong.
No results found
New
- #143 Show disabled reason in realtime reporter (requires utPLSQL v3.1.13 or newer)
Improved
-
#133 Synchronize width of time column in table and tree-table view
-
#134 New defaults for realtime reporter preferences
Checked instead of unchecked values for the following preferences:
- Show disabled counter?
- Show warning counter?
- Show info counter?
- Show warning indicator?
- Show info indicator?
- Show description (if present)?
This has only an effect on new SQL Developer installations, existing preferences are kept as is.
-
#145 Updated code templates
- Use Arrange-Act-Assert pattern in SQLDev and oddgen code templates for test bodies
- Use lower case code in SQLDev and oddgen code templates
- Use lower case in generated file names
- Revised snippets according utPLSQL 3.1.12
Fixed
- #131 Node description unnecessarily truncated in tree-table view
- #136 Cannot build project when libraries are not found at the location used for the oddgen SQLDev extension
- #138 Empty utPLSQL realtime reporter when Show description (if present) is unchecked in the preferences
- #140 Multiple spaces are replaced by single spaces in failure message
utPLSQL for SQL Developer v1.3.1
Sorry, something went wrong.
No results found
Fixed
- #118 Special characters (spaces) are not shown correctly in last run combo box
- #124 Double click does not open test package
- #125 Extension changes the default Locale to en.US
- #126 Wrong suite descriptions for top-level suites (above packages)
utPLSQL for SQL Developer v1.3.0
Sorry, something went wrong.
No results found
New
Fixed
- #118 Special characters are not shown correctly in last run combo box.
- Hyperlinks in warning and info fields are activated via any mouse event (should work on mouse click only)
- Flickering with multiple, parallel runs (do not switch between uncompleted runs).
utPLSQL for SQL Developer v1.2.1
Sorry, something went wrong.
No results found
Fixed
- #111 Run utPLSQL test greyed out in Schema Browser (other schema and own schema)
- #113 Wrong Format of utPLSQL Code Templates
- #116 Cannot run utPLSQL tests in the background anymore
utPLSQL for SQL Developer v1.2.0
Sorry, something went wrong.
No results found
New
Improved
- #101 - Replace Xtend with Java
Fixed
- #99 - Code coverage is not working with access to dba_objects but no access to dba_dependencies
- #107 - Crash of Realtime Report when server output contains CDATA sections
utPLSQL for SQL Developer v1.1.1
Sorry, something went wrong.
No results found
Fixed
- #86 - Missing checkmark in popup menu on Windows with Windows Look & Feel
- #89 - Cannot navigate to failed test with throws annotation
- #93 - Coverage Report may throw ORA-20000: ORU-10027: buffer overflow, limit of 1000000 bytes
utPLSQL for SQL Developer v1.1.0
Sorry, something went wrong.
No results found
New
- #60 - Snippets for utPLSQL annotations and expectations
- New groups in Snippet view
- utPLSQL Annotations
- utPLSQL Expectations
- Import snippets from preference dialog
- Merge into UserSnippets.xml
- Existing user snippets (with different group names) are preserved
- Add to test code by drag and drop (SQL Developer feature)
- #66 - Show overall elapsed time during test run
- Shown at the upper right corner
- Updated every 100 milliseconds
- At the end of the test the runtime provided by utPLSQL is shown, this time is lower, since the initialization time is not accounted for
- #67 - Use smart times
- Change units to avoid leading zeros, e.g. 4 ms instead of 0.004 s
- Configurable within the utPLSQL preference dialog
- #73 - Filter tests in overview table according result status
- Defaults defined in utPLSQL preference dialog
- Show successful tests?
- Show disabled tests?
- Checkbox menu items in popup menu of the overview table
- Show successful tests
- Show disabled tests
Improved
- #63 - Simplify code coverage when running tests in other schemas
- Reduce need to define Schema under test
- Default dependencies shown in Include objects are qualified with schema names
- #64 - Show error message when utPLSQL is not installed when running Realtime Reporter
- #70 - Hint that Realtime Reporter requires utPLSQL v3.1.4 or higher
- Add hint in the Preference dialog for Use Realtime Reporter?
- Opens a worksheet when an older utPLSQL version is used
- #74 - Reduce flickering when running tests with a scrollbar in the overview table
- #76 - Faster enable/disable of Run utPLSQL test menu option
- Relevant when preference Check availablity of menu option is set for Run utPLSQL test
- Requires utPLSQL v3.1.8 or higher
Fixed
- #80 - Realtime reporter produces no output
- No tests found after a timeout of 60 seconds
- Fixed by starting the producer thread after the consumer thread