Releases: avalon60/OraTAPI
OraTAPI 1.4.31
improvements made to the config file cross-checks during updates to OraTAPI.
The config file comparison was not there in previous versions of update_ora_tapi.py - now included.
Fix the primary key logger append commands for rowtype primary keys.
Download the oratapi-1.4.31.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.
OraTAPI 1.2.9
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.
OraTAPI 1.4.24
Updates:
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.
Download the oratapi-1.4.24.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.
OraTAPI 1.4.20
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.
Download the oratapi-1.4.20.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.
OraTAPI 1.3.6
Fix key parameter bindings for rowtype signatures. These were incorrect for insert/updates and merges.
Fix default value for p_commit on delete API.
Download the oratapi-1.3.6.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.