File tree 2 files changed +12
-4
lines changed
2 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ You can also download all development versions from [Bintray](https://bintray.co
24
24
* All of the above can be downloaded from [ Oracle download site] ( http://www.oracle.com/technetwork/database/features/jdbc/jdbc-ucp-122-3110062.html )
25
25
26
26
## Compatibility
27
- The latest CLI is always compatible with all database frameworks of the same minor version.
28
- For example CLI-3.0.4 is compatible with database framework 3.0.0-3.0.4 but not with database framework 2.x and 3.1 .x.
27
+ The latest CLI is always compatible with all database frameworks of the same major version.
28
+ For example CLI-3.1.0 is compatible with database framework 3.0.0-3.1.0 but not with database framework 2.x.
29
29
30
30
## Localization and NLS settings
31
31
utPLSQL-cli will use the environment variables (in that order) "NLS_LANG", "LC_ALL" or "LANG" to change the locale and therefore the NLS settings.
@@ -133,6 +133,14 @@ utplsql run hr/hr@xe
133
133
134
134
Invokes all unit test suites from schema "hr". Results are displayed to screen using default ut_documentation_reporter.
135
135
136
- ##### Enabling Color Outputs on Windows
136
+ #### Enabling Color Outputs on Windows
137
137
138
138
To enable color outputs on Windows cmd you need to install an open-source utility called [ ANSICON] ( http://adoxa.altervista.org/ansicon/ ) .
139
+
140
+ ## Custom Reporters
141
+
142
+ Since v3.1.0 you can call custom reporters (PL/SQL) via cli, too. Just call the name of the custom reporter as you would do for the core reporters.
143
+
144
+ ```
145
+ utplsql run hr/hr@xe -p=hr_test -f=my_custom_reporter -o=run.log -s
146
+ ```
Original file line number Diff line number Diff line change 22
22
<dependency >
23
23
<groupId >org.utplsql</groupId >
24
24
<artifactId >java-api</artifactId >
25
- <version >3.1.0-SNAPSHOT </version >
25
+ <version >3.1.0</version >
26
26
<scope >compile</scope >
27
27
<exclusions >
28
28
<exclusion >
You can’t perform that action at this time.
0 commit comments