Skip to content

utPLSQL-cli v3.1.0

Compare
Choose a tag to compare
@pesse pesse released this 28 Mar 20:52
· 250 commits to develop since this release
055b6a5

Compatibility

This version of java-api is compatible with all versions of utPLSQL from 3.0.0 to 3.1.0. We encourage you to always use the latest version of cli to communicate with a v3 core.

Changes in this release

Enhancements

  • Support for custom reporters. Just call utplsql run user/pass@connstr -f=my_custom_reporter and cli will try to use a database-reporter with the given name
  • Assets necessary for CoverageHTMLReporter are written to $outputFileName-assets folder (utPLSQL/utPLSQL-java-api#39)
  • Realtime-Feedback: Output to screen is immediate, output to files is in bulks (#68)
  • NLS-Support from environment (#56)

Bugfixes

  • The correct usage is now stated in help message (#63)
  • Several small improvements