Skip to content

Commit 5433ba4

Browse files
author
Samuel Nitsche
committed
New post: Version 3.1.3 released
1 parent d709038 commit 5433ba4

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
---
2+
layout: post
3+
title: "utPLSQL v3.1.3 released"
4+
date: 2018-11-20 10:55:00 +0000
5+
categories: version3
6+
---
7+
8+
# Changes in release 3.1.3
9+
10+
## New features
11+
12+
- added function `ut_runner.is_test` #788
13+
- added function `ut_runner.is_suite` #787
14+
- added function `ut_runner.has_suites` #786
15+
- added ability to disable automatic rollback for a test-run #784
16+
- when invoked with package name, utPLSQL will now run only tests from specified package even if package has child packages by suitepath #776
17+
18+
## Enhancements
19+
20+
- Improved performance of schema-scanning and utPLSQL startup #778
21+
- Improved performance of output-buffer #777
22+
- Improved documentation to mention ability to pass client encoding for HTML & XML reports #775
23+
- Improved documentation for cursor comparison to mention challenges with TIMESTAMP bind variables
24+
25+
## Bug-fixes
26+
27+
- utPLSQL code coverage will now work properly with long object names #716
28+
- utPLSQL installation will now also work properly, when user performing the install has `ANY` grants #737
29+
- fixed documentation bug for `--%context` with `--%displayname` #726
30+
- fixed Teamcity reporter issues with missing escape for some characters and long messages #747
31+
- fixed issue with sonar test results reporter when contexts are used #749
32+
- fixed issue with ORA-07455 getting thrown on cursor comparison #752
33+
- fixed issue with wrong failure message for unordered data #764
34+
- fixed missing privilege issue for unordered/join-by cursor data comparison #765 #770
35+
36+
37+
## Internal enhancements
38+
39+
- added suite-level cache to allow for faster retrieval of suite contents and enable implementation of additional features #783

0 commit comments

Comments
 (0)