Skip to content

utPLSQL v3.0.4

Compare
Choose a tag to compare
@jgebal jgebal released this 03 Nov 11:34

Bugfixes:

  • #509(#506) Savepoint name is now generated from sys_guid to avoid issues on Windows-based Oracle instances
  • #500(#499/#487) Fixed XML/HTML special characters in reporters and unified handling of failure reporting across reporters

Documentation:

  • #503 Fixed link to contributing guide in the doc
  • #502 Added example of handling exceptions to documentation
  • #486(#485) Added example for custom expectation-fail message in docs

Enhancements:

  • #497(#478) Removed overloaded procedures ut_runner.run
  • #496(#441) utPLSQL will not not open new transaction when running tests
  • #495(#482) Added buffering of dbms_output before the run
  • #494 Removed ut_expectation sub-types
  • #492 Restructured annotations and added caching to improve framework start-up time