-
Changes in release 3.1.7¶
## New features
- Added support for comparing
jsonin Oracle 12.2 and above #924 - Introduced
tagannotation to enable tagging of tests and suites #66 - Added support for random order of test execution #422
## Enhancements
- Added optional install with DDL trigger to speed up framework start #901
- Removed dependency on
dbms_utility.name_resolve#569 #885 - New output buffer table structures improving performance and addressing timeout issues #915
## Bug fixes
- Fixed
ut_realtime_reportermissing warnings in test and suite output structures #936 - Fixed output_buffer purging error #934
- Fixed
join_by / exclude / includeinvalid syntax on collection in anydata compare #912 - Fixed
ut_junit_reporterproducing invalid output on failing tests with long failure message #927 - Fixed
ut_sonar_test_reporterproducing invalid output on failing tests with long failure message #925 - Fixed
ut_coverage_cobertura_reporterproducing wrong line breaks which breaks the xml validation against DTD #917 - Fixed
excludeoption for ref cursor where column order was not resolved correctly #911 - Fixed
unorderedoption for ref cursor with null values #914 - Fixed number precision when selecting from dual #907
- Fixed ref cursor errors with generated column names #902
- Fixed
ORA-00907when comparing ref cursors with BINARY_ columns #899 - Fixed wrong results when comparing CLOBs with
to_be_likein Oracle Database 11.2.0.4 due to Oracle Bug 14402514 #891 - Fixed performance issue with code coverage report on huge PL/SQL code base #882
## Documentation improvements
- Added install instructions for DDL trigger #874
## Internal enhancements