cds-dbs
cds-dbs copied to clipboard
fix(dbs): Filter streams to only process ParameterStream (#1168)
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