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 #168

Closed NattyNarwhal closed 2 years ago

NattyNarwhal commented 2 years ago

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

Committer note: This is a cleaned up version of PR #109.

Closes #109