dolphindb 3.0.125 → 3.0.126

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.js CHANGED
@@ -555,7 +555,7 @@ export class DdbObj {
555
555
  type,
556
556
  length: i_items_start + len_items,
557
557
  cols: 1,
558
- rows,
558
+ rows: type === DdbType.iotany ? value.length : rows,
559
559
  value,
560
560
  ...type === DdbType.iotany ? { buffer: buf } : {}
561
561
  });