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/browser.js CHANGED
@@ -558,7 +558,7 @@ export class DdbObj {
558
558
  type,
559
559
  length: i_items_start + len_items,
560
560
  cols: 1,
561
- rows,
561
+ rows: type === DdbType.iotany ? value.length : rows,
562
562
  value,
563
563
  ...type === DdbType.iotany ? { buffer: buf } : {}
564
564
  });