zendtech / IbmiToolkit

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

Add driver options #109

Closed guidofaecke closed 3 years ago

guidofaecke commented 4 years ago

Missing driver_options can switch existing QSQSRVR jobs from SYSTEM naming to SQL naming, which causes trouble with unqualified calls and executions.

NattyNarwhal commented 4 years ago

The diff on Db2supp and ToolkitServiceParameters is hard to read because it displays the whole files as being changed, not the specific lines. Were there any changes (whitespace? newlines?) made that would do that? If so, could you isolate the actual changes made so the whole-file-diff doesn't happen?

Are the doc type definitions in Toolkit related to the changes made for driver options?

Is adding yourself to authors in the spec convention?