Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 055b6a5

Browse filesBrowse files
authored
Merge pull request #75 from utPLSQL/feature/use_java_api_release
Feature/use java api release
2 parents 565b5f2 + 83e3141 commit 055b6a5
Copy full SHA for 055b6a5

File tree

2 files changed

+12
-4
lines changed
Filter options

2 files changed

+12
-4
lines changed

‎README.md

Copy file name to clipboardExpand all lines: README.md
+11-3Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ You can also download all development versions from [Bintray](https://bintray.co
2424
* All of the above can be downloaded from [Oracle download site](http://www.oracle.com/technetwork/database/features/jdbc/jdbc-ucp-122-3110062.html)
2525

2626
## 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.
2929

3030
## Localization and NLS settings
3131
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
133133

134134
Invokes all unit test suites from schema "hr". Results are displayed to screen using default ut_documentation_reporter.
135135

136-
##### Enabling Color Outputs on Windows
136+
#### Enabling Color Outputs on Windows
137137

138138
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+
```

‎pom.xml

Copy file name to clipboardExpand all lines: pom.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<dependency>
2323
<groupId>org.utplsql</groupId>
2424
<artifactId>java-api</artifactId>
25-
<version>3.1.0-SNAPSHOT</version>
25+
<version>3.1.0</version>
2626
<scope>compile</scope>
2727
<exclusions>
2828
<exclusion>

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.