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/2019-03-19-version3.1.4-released.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ categories: version3
9
9
10
10
## New features
11
11
12
-
- Added `to_include` matcher for collections and cursors [#79](https://github.com/utPLSQL/utPLSQL/issues/79)
12
+
- Added `to_contain` matcher for collections and cursors [#79](https://github.com/utPLSQL/utPLSQL/issues/79)
13
13
- Added `unordered_columns` (`uc`) option for cursor comparison to ignore the order of the columns [#779](https://github.com/utPLSQL/utPLSQL/issues/779)
14
14
- Added `ut_debug_reporter` for debug logging [#480](https://github.com/utPLSQL/utPLSQL/issues/480)
15
15
- Added `ut_realtime_reporter` for utPLSQL-SQLDeveloper extension [#795](https://github.com/utPLSQL/utPLSQL/issues/795)
@@ -21,27 +21,27 @@ categories: version3
21
21
- Added initial timeout to `ut_output_buffer`[#840](https://github.com/utPLSQL/utPLSQL/issues/840)
22
22
- Enhanced performance of `get_reporters_list` function [#814](https://github.com/utPLSQL/utPLSQL/issues/814)
23
23
- Moved calls of `dbms_lock.sleep` to `dbms_session` for newer DB versions [#806](https://github.com/utPLSQL/utPLSQL/issues/806)
24
-
- utPLSQL coverage will now work without re-install after DB-upgdate from 12.1 to 12.2 [#803](https://github.com/utPLSQL/utPLSQL/issues/803)
24
+
- utPLSQL coverage will now work without re-install after DB-upgrade from 12.1 to 12.2 [#803](https://github.com/utPLSQL/utPLSQL/issues/803)
25
25
26
26
## Bug fixes
27
27
28
28
- Fixed problem with REGEXP in annotation parsing with NLS CANADIAN FRENCH [#844](https://github.com/utPLSQL/utPLSQL/issues/844)
29
29
- Fixed issue with Rollback to savepoint failing on distributed transaction [#839](https://github.com/utPLSQL/utPLSQL/issues/839)
30
30
- Fixed reporting of differences when comparing collections scalar values [#835](https://github.com/utPLSQL/utPLSQL/issues/835)
31
31
- Fixed issue with test run failing due to too many transaction invalidators [#834](https://github.com/utPLSQL/utPLSQL/issues/834)
32
-
- Fixed randomly ocurring error during cursor comparison [#827](https://github.com/utPLSQL/utPLSQL/issues/827)
32
+
- Fixed randomly occurring error during cursor comparison [#827](https://github.com/utPLSQL/utPLSQL/issues/827)
33
33
- utPLSQL install script will now support special characters in passwords [#804](https://github.com/utPLSQL/utPLSQL/issues/804)
34
34
35
35
## Documentation improvements
36
36
37
37
- Fixed documentation examples for context annotation [#851](https://github.com/utPLSQL/utPLSQL/issues/851)
38
38
- Added description on how to check version of utPLSQL [#822](https://github.com/utPLSQL/utPLSQL/issues/822)
39
39
40
-
## Internal enchancements
40
+
## Internal enhancements
41
41
42
42
- Implemented Sonar analysis on DBA Views [#850](https://github.com/utPLSQL/utPLSQL/issues/850)
43
43
- Finished migration from old-tests [#475](https://github.com/utPLSQL/utPLSQL/issues/475)
44
-
- Fixed shell scripts to support mulitple unix dialects (especially for macOS) [#796](https://github.com/utPLSQL/utPLSQL/issues/796)
44
+
- Fixed shell scripts to support multiple unix dialects (especially for macOS) [#796](https://github.com/utPLSQL/utPLSQL/issues/796)
45
45
- Added info on project support from Redgate [#841](https://github.com/utPLSQL/utPLSQL/issues/841)
0 commit comments