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
This version of utPLQL-cli is compatible with all versions of utPLSQL from 3.0.0 to 3.1.3. We encourage you to always use the latest version of cli to communicate with a v3 core.
11
+
12
+
# Changes in this release
13
+
14
+
## New Features
15
+
* New command `utplsql info [user/password@connectstring]`[#77](https://github.com/utPLSQL/utPLSQL-cli/issues/77)
16
+
* New command `utplsql reporters user/password@connecstring`
17
+
* Cli tries to connect to oracle via thick-driver first and use thin-driver as fallback [#88](https://github.com/utPLSQL/utPLSQL-cli/issues/88)[#90](https://github.com/utPLSQL/utPLSQL-cli/issues/90)[#91](https://github.com/utPLSQL/utPLSQL-cli/issues/91)
18
+
19
+
## Enhancements
20
+
* Limit number of connections to number of reporters+1 [#85](https://github.com/utPLSQL/utPLSQL-cli/issues/85)
21
+
* Include JAXB library so utPLSQL-cli can be run on java 9+10 [#82](https://github.com/utPLSQL/utPLSQL-cli/issues/82)
22
+
* There is however still a problem when using HTMLCoverageReporter and Java 9/10
23
+
* Improved documentation and help-command [#31](https://github.com/utPLSQL/utPLSQL-cli/issues/31)
24
+
* An existant NLS_LANG-variable will now lead to corresponding `ALTER SESSION` statements when connecting [#101](https://github.com/utPLSQL/utPLSQL-cli/issues/101)
25
+
26
+
## Bugfixes
27
+
* HTML Coverage assets are placed and referenced correctly when using output file in subdirectory [#94](https://github.com/utPLSQL/utPLSQL-cli/issues/94)
28
+
* Java-locale is now correctly derived from LC_ALL or LANG environment variable, not from NLS_LANG [#101](https://github.com/utPLSQL/utPLSQL-cli/issues/101)
0 commit comments