Skip to content

OraTAPI 1.4.34

Choose a tag to compare

@avalon60 avalon60 released this 31 Jan 17:04
· 51 commits to develop since this release

This update is to the utPLSQL template responsible for constraint test (constraint_test.common.sample file). This was an adjustment relating to utPLSQL test generation.

Once you have applied the update:

If you have not modified your templates, simply reinstantiate using bin/quick_config -f -t <template-set> -T. Replace <template-set>with
whichever template set you are using (basic, liquibase, logger or llogger).

Examples:

  • bin/quick_config.sh -f -t llogger -T (Mac/Linux)
  • bin\quick_config -f -t llogger -T (Windows).

If you have modified your templates, you'll need to consider a manual copy/paste of the first line of:
resources/templates/ut_packages/body/samples/constraint_test.common.sample
to replace the first line in:
resources/templates/ut_packages/body/constraint_test.tpt

In addition to the above, when using the -s option, update_ora_tapi now provides a preview of the latest version's release notes before prompting for download.

If you are running 1.4.24 or later, you can download and install the latest update using:

  • bin/update_ora_tapi.sh -t /tmp (macOS/Linux)
  • bin\update_ora_tapi -t <staging_path>(Windows)

Alternatively, if you are on an earlier release, or don't want to install a later update, download the oratapi-1.4.34.tar.gz file to install this version.

If you are new to OraTAPI, please read the OraTAPI - Oracle Table API Generator documentation.

See Performing Upgrades, if you already have OraTAPI installed.