Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

at present we are getting incorrect SQL statements like below: "MASTERTABLE.PROCESS_SEC_TYPE = RPAD(:processingsecuritytype,15)"
This logic is not correct for VARCHAR2 columns. It should be: "MASTERTABLE.PROCESS_SEC_TYPE = :processingsecuritytype"

...

SDP-

...

Corrected issue where failed load returned success status

Corrected issue where a TSR indicating success was returned even when the load stream returned an error

SDP-53524 Fix issue with EDS requests processing

...