cds-dbs icon indicating copy to clipboard operation
cds-dbs copied to clipboard

fix(dbs): Filter streams to only process ParameterStream (#1168)

Open sfdfklskldf opened this issue 10 months ago • 0 comments

Ensures that the database query execution loop in the DBS layer only attempts to process objects that are instances of ParameterStream. This prevents unexpected errors when the streams array contains null/undefined values or other non-stream objects, as reported in issue #1168.

Closes #1168

sfdfklskldf avatar May 06 '25 06:05 sfdfklskldf