OraTAPI 1.5.1
This is a minor update:
- Add OraTAPI.ini control for skipping tables (with warning) which have no primary key.
- Perform a table count check against the table owner schema. If there are no tables, we now error and exit.
- Improve exception handling when mandatory parameter combinations are omitted. (now user friendly).
- Refined sample OraTAPI.ini
- Added a unit test sample OraTAPI.ini (resources/config/samples/OraTAPI.ini.ut.sample)
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.5.1.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.