dolphindb 2.0.1033 → 2.0.1034
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 +1 -1
- package/browser.js.map +1 -1
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/language.js +1 -1
- package/language.js.map +1 -1
- package/package.json +48 -48
- package/shared/bigint-128-array.js.map +1 -1
- package/shared/constants.js +5 -5
- package/shared/constants.js.map +1 -1
- package/shared/data-view-extends.js.map +1 -1
- package/test.js.map +1 -1
- package/theme.light.js +2 -2
- package/theme.light.js.map +1 -1
package/browser.js
CHANGED
|
@@ -2709,7 +2709,7 @@ export class DDB {
|
|
|
2709
2709
|
this.streaming.table,
|
|
2710
2710
|
(this.streaming.action ||= `api_js_${new Date().getTime()}`),
|
|
2711
2711
|
...this.streaming?.filters?.column ? [
|
|
2712
|
-
new DdbVoid(),
|
|
2712
|
+
new DdbVoid(), // offset
|
|
2713
2713
|
this.streaming.filters.column // filter
|
|
2714
2714
|
] : []
|
|
2715
2715
|
], {
|