Skip to content

OraTAPI 1.2.9

Compare
Choose a tag to compare
@avalon60 avalon60 released this 29 Jan 15:06
· 10 commits to develop since this release

Updates:
Fix to update_ora_tapi - sample config templates were being updated to the config folder, instead of config/samples.

Also as per 1.4.27:

Include utPLSQL package generation - generates a complete Package spec and a starter package body. [currently beta]
Added Parent tables comment to UT package body.
Removed version from config (the juice wasn't worth the squeeze). Version is now maintained within each utility.
Add ability to include table domain (derived from characters leading up to 1st underscore in a table's name), as a substitution on the staging paths (table_domain_lc / table_domain).
Table list and API type parameters are now passed with spaces.
Added update_ora_tapi commands.
utPLSQL generated test procedures now split merge/upsert tests into two. One for insert tests and one for updates.
Introducing update_ora_tapi, for in-situ upgrades - README.md updated accordingly.

Download the oratapi-1.4.28.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.

If you wish to backport the update_ora_tapi command to a pre 1.4.24 version, download the backport_updater-1.4.zip ZIP file and copy it into the root folder of the OraTAPI installation. Unzip the contents, allowing it to replace any existing files-avoid unzipping to a folder based on the ZIP file name. Once done, run the setupcommand as per the guidance for installations. NOTE: On non-Windows environments, before running setup, you will need to set the execute permissions on the setup.shfile: chmod 750 setup.sh.