Skip to content

Commit 7735c6d

Browse files
pesseSamuel Nitsche
authored andcommitted
Updated docs
1 parent 356e95b commit 7735c6d

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,12 @@ You can also download all development versions from [Bintray](https://bintray.co
2020
* When using reporters for Sonar or Coveralls client needs to be invoked from project's root directory.
2121
* Due to Oracle license we can't ship the necessary oracle libraries directly with utPLSQL-cli. <b>Please download the libraries directly from oracle website and put the jars into the "lib" folder of your utPLSQL-cli installation</b>
2222
* Oracle `ojdbc8` driver
23-
* Oracle `ucp` library
24-
* If you are on a 11g database with non0standard NLS settings, you will also need the `orai18n` library.
23+
* If you are on a 11g database with non standard NLS settings, you will also need the `orai18n` library.
2524
* All of the above can be downloaded from [Oracle download site](http://www.oracle.com/technetwork/database/features/jdbc/jdbc-ucp-122-3110062.html)
2625

2726
## Compatibility
28-
The latest CLI is always compatible with all database frameworks of the same major version.
29-
For example CLI-3.0.4 is compatible with database framework 3.0.0-3.0.4 but not with database framework 2.x.
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.
3029

3130
## Usage
3231

0 commit comments

Comments
 (0)