zendtech / IbmiToolkit

PHP frontend to XMLSERVICE for IBM i development.
BSD 3-Clause "New" or "Revised" License
46 stars 34 forks source link

Test and document *OMIT io value #181

Closed alanseiden closed 1 year ago

alanseiden commented 1 year ago

Test 'omit' as an alternative to in|out|both using this test case as a model: https://github.com/IBM/xmlservice/blob/20800d6be4aa4748b6eb226896c899c9c7e752ab/test/php/test_10311_ZZOMIT_ibm_db2_io_varying.phpt

If it works, document it. Someone on the Node iToolkit repo requested *OMIT (https://github.com/IBM/nodejs-itoolkit/issues/343) and I thought it would be best to test in the PHP toolkit first.

alanseiden commented 1 year ago

Confirmed 'omit' functionality via the $io argument. Sample snippet added: https://github.com/zendtech/IbmiToolkit/pull/182 and https://github.com/zendtech/IbmiToolkit/pull/183