You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _posts/2018-03-29-cli-version3.1.0-released.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,12 +30,12 @@ We encourage you to always use the latest version of cli to communicate with a v
30
30
31
31
*Enhancements*
32
32
- Support for custom reporters. Just call utplsql run user/pass@connstr -f=my_custom_reporter and cli will try to use a database-reporter with the given name
33
-
- Assets necessary for CoverageHTMLReporter are written to $outputFileName-assets folder (utPLSQL/utPLSQL-java-api#39)
34
-
- Realtime-Feedback: Output to screen is immediate, output to files is in bulks (#68)
35
-
- NLS-Support from environment (#56)
33
+
- Assets necessary for CoverageHTMLReporter are written to $outputFileName-assets folder ([https://github.com/utPLSQL/utPLSQL-java-api/issues/39](utPLSQL/utPLSQL-java-api#39))
34
+
- Realtime-Feedback: Output to screen is immediate, output to files is in bulks ([https://github.com/utPLSQL/utPLSQL-cli/issues/68](#68))
35
+
- NLS-Support from environment ([https://github.com/utPLSQL/utPLSQL-cli/issues/56](#56))
36
36
37
37
*Bugfixes*
38
-
- The correct usage is now stated in help message (#63)
38
+
- The correct usage is now stated in help message ([https://github.com/utPLSQL/utPLSQL-cli/issues/63](#63))
39
39
- Several small improvements
40
40
41
41
For more info on improvements and fixes, check out the [blog post from Samuel Nitsche](https://cleandatabase.wordpress.com/2018/03/29/open-source-engagement-for-utplsql/)
Copy file name to clipboardExpand all lines: _posts/2018-07-20-version3.1.1-delayed_announcement.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,8 +14,8 @@ On April 25th, a major release 3.1.0 of utPLSQL was published on github and the
14
14
Right after the release two issues were found resulting in bug fixes and release 3.1.1
15
15
16
16
## Version 3.1.1 bug-fixes
17
-
- Block coverage reporting doesn't work on schema other than framework owner (#653)
18
-
- Reporter threads timeout and do not produce outputs when running with `utplsql-cli` and idle time exceeds 1 minute (#652)
17
+
- Block coverage reporting doesn't work on schema other than framework owner ([https://github.com/utPLSQL/utPLSQL/issues/653](#653))
18
+
- Reporter threads timeout and do not produce outputs when running with `utplsql-cli` and idle time exceeds 1 minute ([https://github.com/utPLSQL/utPLSQL/issues/652](#652))
@@ -51,7 +51,7 @@ Right after the release two issues were found resulting in bug fixes and release
51
51
* Added [`include()` and `exclude()` extensions](https://github.com/utPLSQL/utPLSQL/blob/develop/docs/userguide/advanced_data_comparison.md#excluding-elements-from-data-comparison) to cursor and object/collection data comparison
52
52
* Added [`diff` functionality](https://github.com/utPLSQL/utPLSQL/blob/develop/docs/userguide/expectations.md#diff-functionality-for-compound-data-types) for cursor, object and collection data
53
53
* When comparing cursors, column data-type is now also checked for equality
54
-
* Changed behavior of execution of `ut.expect()` on closed cursor (#548)
54
+
* Changed behavior of execution of `ut.expect()` on closed cursor ([https://github.com/utPLSQL/utPLSQL/issues/548](#548))
55
55
* Added support for cursors with implicitly named columns
56
56
57
57
#### General improvements
@@ -64,14 +64,14 @@ Right after the release two issues were found resulting in bug fixes and release
64
64
* Migrated part of old script-based tests to new utPLSQL v3 tests
65
65
* Documentation fixes and improvements
66
66
* Reporters now provide a method to get description
67
-
* Test execution continues even when encountered `Existing state of packages was discarded/invalidated` exceptions (`ORA-04068`/`ORA-04061`). The whole suite will execute, test result reports will be available and the exception will be re-thrown to the user after the run was finished. (#504)
67
+
* Test execution continues even when encountered `Existing state of packages was discarded/invalidated` exceptions (`ORA-04068`/`ORA-04061`). The whole suite will execute, test result reports will be available and the exception will be re-thrown to the user after the run was finished. ([https://github.com/utPLSQL/utPLSQL/issues/504](#504))
68
68
69
69
### Bug-fixes
70
-
* Coverage schema had to be explicitly provided, even when using `a_include_objects` (#511)
71
-
* utPLSQL fails to run, when one of suite packages has no newline between `--%suite` and procedure-specific annotations. (#514 / #516)
72
-
* Fixed false-negative code coverage reporting on labelled `end loop ` elements (#539)
73
-
* Fixed issue with invalid suite grouping when running `xunit_reporter` (#547)
74
-
* Code coverage was always showing first report gathered in a session (#562)
75
-
* Wrong format of time in XUnit_reporter when running on German locale (using comma as decimal separator) (#572)
76
-
* Fixed issue with wrong exception getting thrown when suite failed and there was a pending distributed transaction (#601)
77
-
* Fixed file-mapper issue where two files were mapped into the same object and caused `ORA-00001: unique constraint (UTP3.UT_COVERAGE_SOURCES_TMP_PK) violated` (#568)
70
+
* Coverage schema had to be explicitly provided, even when using `a_include_objects` ([https://github.com/utPLSQL/utPLSQL/issues/511](#511))
71
+
* utPLSQL fails to run, when one of suite packages has no newline between `--%suite` and procedure-specific annotations. ([https://github.com/utPLSQL/utPLSQL/issues/514](#514) / [https://github.com/utPLSQL/utPLSQL/issues/516](#516))
72
+
* Fixed false-negative code coverage reporting on labelled `end loop ` elements ([https://github.com/utPLSQL/utPLSQL/issues/539](#539))
73
+
* Fixed issue with invalid suite grouping when running `xunit_reporter` ([https://github.com/utPLSQL/utPLSQL/issues/547](#547))
74
+
* Code coverage was always showing first report gathered in a session ([https://github.com/utPLSQL/utPLSQL/issues/562](#562))
75
+
* Wrong format of time in XUnit_reporter when running on German locale (using comma as decimal separator) ([https://github.com/utPLSQL/utPLSQL/issues/572](#572))
76
+
* Fixed issue with wrong exception getting thrown when suite failed and there was a pending distributed transaction ([https://github.com/utPLSQL/utPLSQL/issues/601](#601))
77
+
* Fixed file-mapper issue where two files were mapped into the same object and caused `ORA-00001: unique constraint (UTP3.UT_COVERAGE_SOURCES_TMP_PK) violated` ([https://github.com/utPLSQL/utPLSQL/issues/568](#568))
0 commit comments