Skip to content

Commit 290e958

Browse files
committed
Announcing utPLSQL v3.1.4 release - fix
1 parent ab22eaa commit 290e958

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

_posts/2019-03-19-version3.1.4-released.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ categories: version3
99

1010
## New features
1111

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)
1313
- Added `unordered_columns` (`uc`) option for cursor comparison to ignore the order of the columns [#779](https://github.com/utPLSQL/utPLSQL/issues/779)
1414
- Added `ut_debug_reporter` for debug logging [#480](https://github.com/utPLSQL/utPLSQL/issues/480)
1515
- Added `ut_realtime_reporter` for utPLSQL-SQLDeveloper extension [#795](https://github.com/utPLSQL/utPLSQL/issues/795)
@@ -21,27 +21,27 @@ categories: version3
2121
- Added initial timeout to `ut_output_buffer` [#840](https://github.com/utPLSQL/utPLSQL/issues/840)
2222
- Enhanced performance of `get_reporters_list` function [#814](https://github.com/utPLSQL/utPLSQL/issues/814)
2323
- 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)
2525

2626
## Bug fixes
2727

2828
- Fixed problem with REGEXP in annotation parsing with NLS CANADIAN FRENCH [#844](https://github.com/utPLSQL/utPLSQL/issues/844)
2929
- Fixed issue with Rollback to savepoint failing on distributed transaction [#839](https://github.com/utPLSQL/utPLSQL/issues/839)
3030
- Fixed reporting of differences when comparing collections scalar values [#835](https://github.com/utPLSQL/utPLSQL/issues/835)
3131
- 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)
3333
- utPLSQL install script will now support special characters in passwords [#804](https://github.com/utPLSQL/utPLSQL/issues/804)
3434

3535
## Documentation improvements
3636

3737
- Fixed documentation examples for context annotation [#851](https://github.com/utPLSQL/utPLSQL/issues/851)
3838
- Added description on how to check version of utPLSQL [#822](https://github.com/utPLSQL/utPLSQL/issues/822)
3939

40-
## Internal enchancements
40+
## Internal enhancements
4141

4242
- Implemented Sonar analysis on DBA Views [#850](https://github.com/utPLSQL/utPLSQL/issues/850)
4343
- 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)
4545
- Added info on project support from Redgate [#841](https://github.com/utPLSQL/utPLSQL/issues/841)
4646
- Added `code_of_conduct` [#836](https://github.com/utPLSQL/utPLSQL/issues/836)
4747
- Added issue tempates [#842](https://github.com/utPLSQL/utPLSQL/issues/842)

0 commit comments

Comments
 (0)