File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ You can also download all development versions from [Bintray](https://bintray.co
30
30
31
31
## Compatibility
32
32
The latest CLI is always compatible with all database frameworks of the same major version.
33
- For example CLI-3.1.0 is compatible with database framework 3.0.0-3.1.2 but not with database framework 2.x.
33
+ For example CLI-3.1.0 is compatible with database framework 3.0.0-3.1.* but not with database framework 2.x.
34
34
35
35
## Localization and NLS settings
36
36
utPLSQL-cli will use the environment variables "LC_ALL" or "LANG" to change the locale and therefore the client NLS settings.
@@ -242,7 +242,7 @@ UT_XUNIT_REPORTER:
242
242
243
243
## Using utPLSQL-cli as sysdba
244
244
245
- Since 3.1.3 it is possible to run utPLSQL-cli as sysdba by running
245
+ Since 3.1.6 it is possible to run utPLSQL-cli as sysdba by running
246
246
247
247
```
248
248
utplsql run "sys as sysdba"/pw@connectstring
Original file line number Diff line number Diff line change 4
4
5
5
<groupId >org.utplsql</groupId >
6
6
<artifactId >cli</artifactId >
7
- <version >3.1.3-SNAPSHOT </version >
7
+ <version >3.1.6 </version >
8
8
<packaging >jar</packaging >
9
9
10
10
<name >cli</name >
22
22
<dependency >
23
23
<groupId >org.utplsql</groupId >
24
24
<artifactId >java-api</artifactId >
25
- <version >3.1.3-SNAPSHOT </version >
25
+ <version >3.1.6 </version >
26
26
<scope >compile</scope >
27
27
<exclusions >
28
28
<exclusion >
You can’t perform that action at this time.
0 commit comments