You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-4Lines changed: 3 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -20,13 +20,12 @@ You can also download all development versions from [Bintray](https://bintray.co
20
20
* When using reporters for Sonar or Coveralls client needs to be invoked from project's root directory.
21
21
* 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>
22
22
* 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.
25
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)
26
25
27
26
## 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.
0 commit comments