Brandon Peterson

Results 36 comments of Brandon Peterson

@kadler would it be acceptable to do tests with PHP or NodeJS just directly using the ODBC driver and no other toolkits? On the other issues I've been looking at...

I think I understand where you are coming from, and to be honest the test situation makes me reluctant to do more than I already have. Some of the code...

Also please see https://github.com/php/pecl-database-ibm_db2/issues/46 for some commentary on needing a disposable test environment to minimize security risks and so on.

FWIW I always control my library list with the ODBC connection string DBQ parameter and don't try to have a JOBD manage it. It appears that the *SBMJOB inherits it...

Here's an example test that you can run in ACS Run SQL Scripts using the ZZSRV test service program included in XMLSERVICE: ``` call qxmlserv.iplug4k('*na', '*here', '' || '' ||...

Hi @Villafuertito95, are you using NodeJS? If so please see https://github.com/markdirish/node-odbc/issues/355 for a recent discussion about using CLOB parameters with stored procedures. There seems to be an issue with the...