@rex0220/kintone-sql-tools 3.65.0 → 3.66.1
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/dist-cli/ksql.js +906 -108
- package/dist-engine/index.cjs +14 -14
- package/dist-engine/index.mjs +14 -14
- package/dist-engine/ksql-engine.umd.js +14 -14
- package/dist-engine/meta/bundle-baseline.json +10 -10
- package/dist-engine/meta/cjs.json +25 -12
- package/dist-engine/meta/esm.json +25 -12
- package/dist-engine/meta/umd.json +25 -12
- package/dist-engine/publicTypes.d.ts +6 -0
- package/dist-mcp/ksql-mcp.js +919 -120
- package/dist-mcpb/ksql-mcp.mcpb +0 -0
- package/package.json +1 -1
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
|
-
"generatedAt": "2026-08-
|
|
2
|
+
"generatedAt": "2026-08-10T10:50:57.178Z",
|
|
3
3
|
"baseline": "B66 Phase1 initial measured values; no arbitrary size ceiling",
|
|
4
4
|
"bundles": {
|
|
5
5
|
"index.cjs": {
|
|
6
|
-
"inputCount":
|
|
7
|
-
"minifiedBytes":
|
|
8
|
-
"gzipBytes":
|
|
6
|
+
"inputCount": 111,
|
|
7
|
+
"minifiedBytes": 653551,
|
|
8
|
+
"gzipBytes": 178503,
|
|
9
9
|
"forbidden": {
|
|
10
10
|
"mcp-instructions": [],
|
|
11
11
|
"src-mcp": [],
|
|
@@ -23,9 +23,9 @@
|
|
|
23
23
|
}
|
|
24
24
|
},
|
|
25
25
|
"index.mjs": {
|
|
26
|
-
"inputCount":
|
|
27
|
-
"minifiedBytes":
|
|
28
|
-
"gzipBytes":
|
|
26
|
+
"inputCount": 111,
|
|
27
|
+
"minifiedBytes": 653006,
|
|
28
|
+
"gzipBytes": 178219,
|
|
29
29
|
"forbidden": {
|
|
30
30
|
"mcp-instructions": [],
|
|
31
31
|
"src-mcp": [],
|
|
@@ -43,9 +43,9 @@
|
|
|
43
43
|
}
|
|
44
44
|
},
|
|
45
45
|
"ksql-engine.umd.js": {
|
|
46
|
-
"inputCount":
|
|
47
|
-
"minifiedBytes":
|
|
48
|
-
"gzipBytes":
|
|
46
|
+
"inputCount": 113,
|
|
47
|
+
"minifiedBytes": 654030,
|
|
48
|
+
"gzipBytes": 178545,
|
|
49
49
|
"forbidden": {
|
|
50
50
|
"mcp-instructions": [],
|
|
51
51
|
"src-mcp": [],
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"format": "esm"
|
|
12
12
|
},
|
|
13
13
|
"src/types/ast.ts": {
|
|
14
|
-
"bytes":
|
|
14
|
+
"bytes": 37572,
|
|
15
15
|
"imports": [
|
|
16
16
|
{
|
|
17
17
|
"path": "src/core/exactDecimal.ts",
|
|
@@ -473,7 +473,7 @@
|
|
|
473
473
|
"format": "esm"
|
|
474
474
|
},
|
|
475
475
|
"src/parser/parser.ts": {
|
|
476
|
-
"bytes":
|
|
476
|
+
"bytes": 198610,
|
|
477
477
|
"imports": [
|
|
478
478
|
{
|
|
479
479
|
"path": "src/lexer/tokens.ts",
|
|
@@ -929,6 +929,11 @@
|
|
|
929
929
|
"imports": [],
|
|
930
930
|
"format": "esm"
|
|
931
931
|
},
|
|
932
|
+
"src/core/recursiveCte.ts": {
|
|
933
|
+
"bytes": 2856,
|
|
934
|
+
"imports": [],
|
|
935
|
+
"format": "esm"
|
|
936
|
+
},
|
|
932
937
|
"src/core/optimization/joinKeyPrefilter.ts": {
|
|
933
938
|
"bytes": 5318,
|
|
934
939
|
"imports": [
|
|
@@ -1078,7 +1083,7 @@
|
|
|
1078
1083
|
"format": "esm"
|
|
1079
1084
|
},
|
|
1080
1085
|
"src/engine/process.ts": {
|
|
1081
|
-
"bytes":
|
|
1086
|
+
"bytes": 86863,
|
|
1082
1087
|
"imports": [
|
|
1083
1088
|
{
|
|
1084
1089
|
"path": "src/core/optimization/crossJoinRowPlan.ts",
|
|
@@ -1363,7 +1368,7 @@
|
|
|
1363
1368
|
"format": "esm"
|
|
1364
1369
|
},
|
|
1365
1370
|
"src/execute.ts": {
|
|
1366
|
-
"bytes":
|
|
1371
|
+
"bytes": 569650,
|
|
1367
1372
|
"imports": [
|
|
1368
1373
|
{
|
|
1369
1374
|
"path": "src/lexer/lexer.ts",
|
|
@@ -1480,6 +1485,11 @@
|
|
|
1480
1485
|
"kind": "import-statement",
|
|
1481
1486
|
"original": "./core/generateSeries"
|
|
1482
1487
|
},
|
|
1488
|
+
{
|
|
1489
|
+
"path": "src/core/recursiveCte.ts",
|
|
1490
|
+
"kind": "import-statement",
|
|
1491
|
+
"original": "./core/recursiveCte"
|
|
1492
|
+
},
|
|
1483
1493
|
{
|
|
1484
1494
|
"path": "src/core/optimization/joinKeyPrefilter.ts",
|
|
1485
1495
|
"kind": "import-statement",
|
|
@@ -1865,7 +1875,7 @@
|
|
|
1865
1875
|
"format": "esm"
|
|
1866
1876
|
},
|
|
1867
1877
|
"src/engine-library/options.ts": {
|
|
1868
|
-
"bytes":
|
|
1878
|
+
"bytes": 7305,
|
|
1869
1879
|
"imports": [
|
|
1870
1880
|
{
|
|
1871
1881
|
"path": "src/core/logicalApps.ts",
|
|
@@ -2011,7 +2021,7 @@
|
|
|
2011
2021
|
"format": "esm"
|
|
2012
2022
|
},
|
|
2013
2023
|
"src/engine-library/query.ts": {
|
|
2014
|
-
"bytes":
|
|
2024
|
+
"bytes": 4939,
|
|
2015
2025
|
"imports": [
|
|
2016
2026
|
{
|
|
2017
2027
|
"path": "src/execute.ts",
|
|
@@ -2195,7 +2205,7 @@
|
|
|
2195
2205
|
"bytesInOutput": 5893
|
|
2196
2206
|
},
|
|
2197
2207
|
"src/parser/parser.ts": {
|
|
2198
|
-
"bytesInOutput":
|
|
2208
|
+
"bytesInOutput": 115763
|
|
2199
2209
|
},
|
|
2200
2210
|
"src/core/scalarCompare.ts": {
|
|
2201
2211
|
"bytesInOutput": 2804
|
|
@@ -2263,6 +2273,9 @@
|
|
|
2263
2273
|
"src/core/outerJoinSearchAbortGuard.ts": {
|
|
2264
2274
|
"bytesInOutput": 604
|
|
2265
2275
|
},
|
|
2276
|
+
"src/core/recursiveCte.ts": {
|
|
2277
|
+
"bytesInOutput": 1367
|
|
2278
|
+
},
|
|
2266
2279
|
"src/core/optimization/joinKeyPrefilter.ts": {
|
|
2267
2280
|
"bytesInOutput": 1940
|
|
2268
2281
|
},
|
|
@@ -2300,7 +2313,7 @@
|
|
|
2300
2313
|
"bytesInOutput": 1223
|
|
2301
2314
|
},
|
|
2302
2315
|
"src/engine/process.ts": {
|
|
2303
|
-
"bytesInOutput":
|
|
2316
|
+
"bytesInOutput": 27381
|
|
2304
2317
|
},
|
|
2305
2318
|
"src/converter/subtableAdapter.ts": {
|
|
2306
2319
|
"bytesInOutput": 643
|
|
@@ -2360,7 +2373,7 @@
|
|
|
2360
2373
|
"bytesInOutput": 412
|
|
2361
2374
|
},
|
|
2362
2375
|
"src/execute.ts": {
|
|
2363
|
-
"bytesInOutput":
|
|
2376
|
+
"bytesInOutput": 230052
|
|
2364
2377
|
},
|
|
2365
2378
|
"src/engine-library/errors.ts": {
|
|
2366
2379
|
"bytesInOutput": 1441
|
|
@@ -2393,7 +2406,7 @@
|
|
|
2393
2406
|
"bytesInOutput": 3977
|
|
2394
2407
|
},
|
|
2395
2408
|
"src/engine-library/options.ts": {
|
|
2396
|
-
"bytesInOutput":
|
|
2409
|
+
"bytesInOutput": 3225
|
|
2397
2410
|
},
|
|
2398
2411
|
"src/core/sqlDiagnostics.ts": {
|
|
2399
2412
|
"bytesInOutput": 972
|
|
@@ -2417,10 +2430,10 @@
|
|
|
2417
2430
|
"bytesInOutput": 1025
|
|
2418
2431
|
},
|
|
2419
2432
|
"src/engine-library/query.ts": {
|
|
2420
|
-
"bytesInOutput":
|
|
2433
|
+
"bytesInOutput": 1406
|
|
2421
2434
|
}
|
|
2422
2435
|
},
|
|
2423
|
-
"bytes":
|
|
2436
|
+
"bytes": 653551
|
|
2424
2437
|
}
|
|
2425
2438
|
}
|
|
2426
2439
|
}
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"format": "esm"
|
|
12
12
|
},
|
|
13
13
|
"src/types/ast.ts": {
|
|
14
|
-
"bytes":
|
|
14
|
+
"bytes": 37572,
|
|
15
15
|
"imports": [
|
|
16
16
|
{
|
|
17
17
|
"path": "src/core/exactDecimal.ts",
|
|
@@ -473,7 +473,7 @@
|
|
|
473
473
|
"format": "esm"
|
|
474
474
|
},
|
|
475
475
|
"src/parser/parser.ts": {
|
|
476
|
-
"bytes":
|
|
476
|
+
"bytes": 198610,
|
|
477
477
|
"imports": [
|
|
478
478
|
{
|
|
479
479
|
"path": "src/lexer/tokens.ts",
|
|
@@ -929,6 +929,11 @@
|
|
|
929
929
|
"imports": [],
|
|
930
930
|
"format": "esm"
|
|
931
931
|
},
|
|
932
|
+
"src/core/recursiveCte.ts": {
|
|
933
|
+
"bytes": 2856,
|
|
934
|
+
"imports": [],
|
|
935
|
+
"format": "esm"
|
|
936
|
+
},
|
|
932
937
|
"src/core/optimization/joinKeyPrefilter.ts": {
|
|
933
938
|
"bytes": 5318,
|
|
934
939
|
"imports": [
|
|
@@ -1078,7 +1083,7 @@
|
|
|
1078
1083
|
"format": "esm"
|
|
1079
1084
|
},
|
|
1080
1085
|
"src/engine/process.ts": {
|
|
1081
|
-
"bytes":
|
|
1086
|
+
"bytes": 86863,
|
|
1082
1087
|
"imports": [
|
|
1083
1088
|
{
|
|
1084
1089
|
"path": "src/core/optimization/crossJoinRowPlan.ts",
|
|
@@ -1363,7 +1368,7 @@
|
|
|
1363
1368
|
"format": "esm"
|
|
1364
1369
|
},
|
|
1365
1370
|
"src/execute.ts": {
|
|
1366
|
-
"bytes":
|
|
1371
|
+
"bytes": 569650,
|
|
1367
1372
|
"imports": [
|
|
1368
1373
|
{
|
|
1369
1374
|
"path": "src/lexer/lexer.ts",
|
|
@@ -1480,6 +1485,11 @@
|
|
|
1480
1485
|
"kind": "import-statement",
|
|
1481
1486
|
"original": "./core/generateSeries"
|
|
1482
1487
|
},
|
|
1488
|
+
{
|
|
1489
|
+
"path": "src/core/recursiveCte.ts",
|
|
1490
|
+
"kind": "import-statement",
|
|
1491
|
+
"original": "./core/recursiveCte"
|
|
1492
|
+
},
|
|
1483
1493
|
{
|
|
1484
1494
|
"path": "src/core/optimization/joinKeyPrefilter.ts",
|
|
1485
1495
|
"kind": "import-statement",
|
|
@@ -1865,7 +1875,7 @@
|
|
|
1865
1875
|
"format": "esm"
|
|
1866
1876
|
},
|
|
1867
1877
|
"src/engine-library/options.ts": {
|
|
1868
|
-
"bytes":
|
|
1878
|
+
"bytes": 7305,
|
|
1869
1879
|
"imports": [
|
|
1870
1880
|
{
|
|
1871
1881
|
"path": "src/core/logicalApps.ts",
|
|
@@ -2011,7 +2021,7 @@
|
|
|
2011
2021
|
"format": "esm"
|
|
2012
2022
|
},
|
|
2013
2023
|
"src/engine-library/query.ts": {
|
|
2014
|
-
"bytes":
|
|
2024
|
+
"bytes": 4939,
|
|
2015
2025
|
"imports": [
|
|
2016
2026
|
{
|
|
2017
2027
|
"path": "src/execute.ts",
|
|
@@ -2199,7 +2209,7 @@
|
|
|
2199
2209
|
"bytesInOutput": 5893
|
|
2200
2210
|
},
|
|
2201
2211
|
"src/parser/parser.ts": {
|
|
2202
|
-
"bytesInOutput":
|
|
2212
|
+
"bytesInOutput": 115763
|
|
2203
2213
|
},
|
|
2204
2214
|
"src/core/scalarCompare.ts": {
|
|
2205
2215
|
"bytesInOutput": 2804
|
|
@@ -2267,6 +2277,9 @@
|
|
|
2267
2277
|
"src/core/outerJoinSearchAbortGuard.ts": {
|
|
2268
2278
|
"bytesInOutput": 604
|
|
2269
2279
|
},
|
|
2280
|
+
"src/core/recursiveCte.ts": {
|
|
2281
|
+
"bytesInOutput": 1367
|
|
2282
|
+
},
|
|
2270
2283
|
"src/core/optimization/joinKeyPrefilter.ts": {
|
|
2271
2284
|
"bytesInOutput": 1940
|
|
2272
2285
|
},
|
|
@@ -2304,7 +2317,7 @@
|
|
|
2304
2317
|
"bytesInOutput": 1223
|
|
2305
2318
|
},
|
|
2306
2319
|
"src/engine/process.ts": {
|
|
2307
|
-
"bytesInOutput":
|
|
2320
|
+
"bytesInOutput": 27381
|
|
2308
2321
|
},
|
|
2309
2322
|
"src/converter/subtableAdapter.ts": {
|
|
2310
2323
|
"bytesInOutput": 643
|
|
@@ -2364,7 +2377,7 @@
|
|
|
2364
2377
|
"bytesInOutput": 412
|
|
2365
2378
|
},
|
|
2366
2379
|
"src/execute.ts": {
|
|
2367
|
-
"bytesInOutput":
|
|
2380
|
+
"bytesInOutput": 230052
|
|
2368
2381
|
},
|
|
2369
2382
|
"src/engine-library/errors.ts": {
|
|
2370
2383
|
"bytesInOutput": 1441
|
|
@@ -2397,7 +2410,7 @@
|
|
|
2397
2410
|
"bytesInOutput": 3977
|
|
2398
2411
|
},
|
|
2399
2412
|
"src/engine-library/options.ts": {
|
|
2400
|
-
"bytesInOutput":
|
|
2413
|
+
"bytesInOutput": 3225
|
|
2401
2414
|
},
|
|
2402
2415
|
"src/core/sqlDiagnostics.ts": {
|
|
2403
2416
|
"bytesInOutput": 972
|
|
@@ -2421,13 +2434,13 @@
|
|
|
2421
2434
|
"bytesInOutput": 1025
|
|
2422
2435
|
},
|
|
2423
2436
|
"src/engine-library/query.ts": {
|
|
2424
|
-
"bytesInOutput":
|
|
2437
|
+
"bytesInOutput": 1406
|
|
2425
2438
|
},
|
|
2426
2439
|
"src/engine-library/index.ts": {
|
|
2427
2440
|
"bytesInOutput": 16
|
|
2428
2441
|
}
|
|
2429
2442
|
},
|
|
2430
|
-
"bytes":
|
|
2443
|
+
"bytes": 653006
|
|
2431
2444
|
}
|
|
2432
2445
|
}
|
|
2433
2446
|
}
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"format": "esm"
|
|
12
12
|
},
|
|
13
13
|
"src/types/ast.ts": {
|
|
14
|
-
"bytes":
|
|
14
|
+
"bytes": 37572,
|
|
15
15
|
"imports": [
|
|
16
16
|
{
|
|
17
17
|
"path": "src/core/exactDecimal.ts",
|
|
@@ -473,7 +473,7 @@
|
|
|
473
473
|
"format": "esm"
|
|
474
474
|
},
|
|
475
475
|
"src/parser/parser.ts": {
|
|
476
|
-
"bytes":
|
|
476
|
+
"bytes": 198610,
|
|
477
477
|
"imports": [
|
|
478
478
|
{
|
|
479
479
|
"path": "src/lexer/tokens.ts",
|
|
@@ -929,6 +929,11 @@
|
|
|
929
929
|
"imports": [],
|
|
930
930
|
"format": "esm"
|
|
931
931
|
},
|
|
932
|
+
"src/core/recursiveCte.ts": {
|
|
933
|
+
"bytes": 2856,
|
|
934
|
+
"imports": [],
|
|
935
|
+
"format": "esm"
|
|
936
|
+
},
|
|
932
937
|
"src/core/optimization/joinKeyPrefilter.ts": {
|
|
933
938
|
"bytes": 5318,
|
|
934
939
|
"imports": [
|
|
@@ -1078,7 +1083,7 @@
|
|
|
1078
1083
|
"format": "esm"
|
|
1079
1084
|
},
|
|
1080
1085
|
"src/engine/process.ts": {
|
|
1081
|
-
"bytes":
|
|
1086
|
+
"bytes": 86863,
|
|
1082
1087
|
"imports": [
|
|
1083
1088
|
{
|
|
1084
1089
|
"path": "src/core/optimization/crossJoinRowPlan.ts",
|
|
@@ -1363,7 +1368,7 @@
|
|
|
1363
1368
|
"format": "esm"
|
|
1364
1369
|
},
|
|
1365
1370
|
"src/execute.ts": {
|
|
1366
|
-
"bytes":
|
|
1371
|
+
"bytes": 569650,
|
|
1367
1372
|
"imports": [
|
|
1368
1373
|
{
|
|
1369
1374
|
"path": "src/lexer/lexer.ts",
|
|
@@ -1480,6 +1485,11 @@
|
|
|
1480
1485
|
"kind": "import-statement",
|
|
1481
1486
|
"original": "./core/generateSeries"
|
|
1482
1487
|
},
|
|
1488
|
+
{
|
|
1489
|
+
"path": "src/core/recursiveCte.ts",
|
|
1490
|
+
"kind": "import-statement",
|
|
1491
|
+
"original": "./core/recursiveCte"
|
|
1492
|
+
},
|
|
1483
1493
|
{
|
|
1484
1494
|
"path": "src/core/optimization/joinKeyPrefilter.ts",
|
|
1485
1495
|
"kind": "import-statement",
|
|
@@ -1865,7 +1875,7 @@
|
|
|
1865
1875
|
"format": "esm"
|
|
1866
1876
|
},
|
|
1867
1877
|
"src/engine-library/options.ts": {
|
|
1868
|
-
"bytes":
|
|
1878
|
+
"bytes": 7305,
|
|
1869
1879
|
"imports": [
|
|
1870
1880
|
{
|
|
1871
1881
|
"path": "src/core/logicalApps.ts",
|
|
@@ -2011,7 +2021,7 @@
|
|
|
2011
2021
|
"format": "esm"
|
|
2012
2022
|
},
|
|
2013
2023
|
"src/engine-library/query.ts": {
|
|
2014
|
-
"bytes":
|
|
2024
|
+
"bytes": 4939,
|
|
2015
2025
|
"imports": [
|
|
2016
2026
|
{
|
|
2017
2027
|
"path": "src/execute.ts",
|
|
@@ -2213,7 +2223,7 @@
|
|
|
2213
2223
|
"bytesInOutput": 5893
|
|
2214
2224
|
},
|
|
2215
2225
|
"src/parser/parser.ts": {
|
|
2216
|
-
"bytesInOutput":
|
|
2226
|
+
"bytesInOutput": 115763
|
|
2217
2227
|
},
|
|
2218
2228
|
"src/core/scalarCompare.ts": {
|
|
2219
2229
|
"bytesInOutput": 2804
|
|
@@ -2281,6 +2291,9 @@
|
|
|
2281
2291
|
"src/core/outerJoinSearchAbortGuard.ts": {
|
|
2282
2292
|
"bytesInOutput": 604
|
|
2283
2293
|
},
|
|
2294
|
+
"src/core/recursiveCte.ts": {
|
|
2295
|
+
"bytesInOutput": 1367
|
|
2296
|
+
},
|
|
2284
2297
|
"src/core/optimization/joinKeyPrefilter.ts": {
|
|
2285
2298
|
"bytesInOutput": 1940
|
|
2286
2299
|
},
|
|
@@ -2318,7 +2331,7 @@
|
|
|
2318
2331
|
"bytesInOutput": 1223
|
|
2319
2332
|
},
|
|
2320
2333
|
"src/engine/process.ts": {
|
|
2321
|
-
"bytesInOutput":
|
|
2334
|
+
"bytesInOutput": 27381
|
|
2322
2335
|
},
|
|
2323
2336
|
"src/converter/subtableAdapter.ts": {
|
|
2324
2337
|
"bytesInOutput": 643
|
|
@@ -2378,7 +2391,7 @@
|
|
|
2378
2391
|
"bytesInOutput": 412
|
|
2379
2392
|
},
|
|
2380
2393
|
"src/execute.ts": {
|
|
2381
|
-
"bytesInOutput":
|
|
2394
|
+
"bytesInOutput": 230052
|
|
2382
2395
|
},
|
|
2383
2396
|
"src/engine-library/errors.ts": {
|
|
2384
2397
|
"bytesInOutput": 1441
|
|
@@ -2411,7 +2424,7 @@
|
|
|
2411
2424
|
"bytesInOutput": 3977
|
|
2412
2425
|
},
|
|
2413
2426
|
"src/engine-library/options.ts": {
|
|
2414
|
-
"bytesInOutput":
|
|
2427
|
+
"bytesInOutput": 3225
|
|
2415
2428
|
},
|
|
2416
2429
|
"src/core/sqlDiagnostics.ts": {
|
|
2417
2430
|
"bytesInOutput": 972
|
|
@@ -2435,7 +2448,7 @@
|
|
|
2435
2448
|
"bytesInOutput": 1025
|
|
2436
2449
|
},
|
|
2437
2450
|
"src/engine-library/query.ts": {
|
|
2438
|
-
"bytesInOutput":
|
|
2451
|
+
"bytesInOutput": 1406
|
|
2439
2452
|
},
|
|
2440
2453
|
"src/engine-library/index.ts": {
|
|
2441
2454
|
"bytesInOutput": 16
|
|
@@ -2447,7 +2460,7 @@
|
|
|
2447
2460
|
"bytesInOutput": 127
|
|
2448
2461
|
}
|
|
2449
2462
|
},
|
|
2450
|
-
"bytes":
|
|
2463
|
+
"bytes": 654030
|
|
2451
2464
|
}
|
|
2452
2465
|
}
|
|
2453
2466
|
}
|
|
@@ -93,6 +93,9 @@ export interface RunQueryOptions {
|
|
|
93
93
|
client: ReadonlyKintoneClient;
|
|
94
94
|
logicalApps?: Readonly<Record<string, number>>;
|
|
95
95
|
maxRecords?: number;
|
|
96
|
+
recursiveCteMaxDepth?: number;
|
|
97
|
+
recursiveCteMaxRows?: number;
|
|
98
|
+
recursiveCteMaxExpansions?: number;
|
|
96
99
|
onLimitReached?: "error" | "truncate";
|
|
97
100
|
fetchParallel?: number;
|
|
98
101
|
cursorMaxActive?: number;
|
|
@@ -108,6 +111,9 @@ export interface RunBatchOptions {
|
|
|
108
111
|
client: ReadonlyKintoneClient;
|
|
109
112
|
logicalApps?: Readonly<Record<string, number>>;
|
|
110
113
|
maxRecords?: number;
|
|
114
|
+
recursiveCteMaxDepth?: number;
|
|
115
|
+
recursiveCteMaxRows?: number;
|
|
116
|
+
recursiveCteMaxExpansions?: number;
|
|
111
117
|
onLimitReached?: "error" | "truncate";
|
|
112
118
|
fetchParallel?: number;
|
|
113
119
|
cursorMaxActive?: number;
|