Alan Seiden
Alan Seiden
How about a test case for transparent session encryption--would that be helpful? Any particular format required for the test?
@ChrisHird Thank you. We found that the inner .cfg files and so forth are really additional .zip files and can be renamed .zip and uncompressed. Then we figure out which...
A community member suggests looking at iSphere RDi plugin for a way to export sections of the .cfg files.
We would like to support two use cases: - Xdebug cloud prompt for token - Local network debugging
Let's pick one test to start with: https://github.com/IBM/xmlservice/blob/master/test/php/test_50100_ibm_db2_io_jvm_ZZJAVA.phpt (RPG Java test) - Migrate this PHP Toolkit-dependent test to the https://github.com/zendtech/IbmiToolkit repository - If there is no equivalent XMLSERVICE test to...
Note: There is a second PHP Toolkit - dependent test calling ZZJAVA. https://github.com/IBM/xmlservice/blob/master/test/php/test_50110_ibm_db2_io_jvm_ZZJAVA2.phpt
For reference in creating future tests, here is an XMLSERVICE test that does not need the PHP Toolkit. While written in PHP, it does NOT require the toolkit as a...
@dkornacki-cutco It seems you are reading uninitialized memory from after the API return data ends. I think this particular API is too dynamic and complex to access using XMLSERVICE directly...
@ushiday Thank you for posting these fixes. I prefer the LIMIT and OFFSET approach as a more modern one that is easier to understand. Observations: - LIMIT and OFFSET have...
We should find out when LIMIT+OFFET were added to LUW (Linux/Unix/Windows) Db2 as well.