@rex0220/kintone-sql-tools 3.64.0 → 3.66.0

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.
@@ -1,11 +1,11 @@
1
1
  {
2
- "generatedAt": "2026-08-08T09:47:11.777Z",
2
+ "generatedAt": "2026-08-09T12:49:25.799Z",
3
3
  "baseline": "B66 Phase1 initial measured values; no arbitrary size ceiling",
4
4
  "bundles": {
5
5
  "index.cjs": {
6
- "inputCount": 110,
7
- "minifiedBytes": 630484,
8
- "gzipBytes": 171894,
6
+ "inputCount": 111,
7
+ "minifiedBytes": 653462,
8
+ "gzipBytes": 178462,
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": 110,
27
- "minifiedBytes": 629939,
28
- "gzipBytes": 171613,
26
+ "inputCount": 111,
27
+ "minifiedBytes": 652917,
28
+ "gzipBytes": 178192,
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": 112,
47
- "minifiedBytes": 630963,
48
- "gzipBytes": 171966,
46
+ "inputCount": 113,
47
+ "minifiedBytes": 653941,
48
+ "gzipBytes": 178532,
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": 37001,
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": 188470,
476
+ "bytes": 198610,
477
477
  "imports": [
478
478
  {
479
479
  "path": "src/lexer/tokens.ts",
@@ -556,7 +556,7 @@
556
556
  "format": "esm"
557
557
  },
558
558
  "src/engine/evalWhere.ts": {
559
- "bytes": 20132,
559
+ "bytes": 20290,
560
560
  "imports": [
561
561
  {
562
562
  "path": "src/types/ast.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": 83607,
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": 543394,
1371
+ "bytes": 569462,
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": 6374,
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": 4723,
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": 108203
2208
+ "bytesInOutput": 115763
2199
2209
  },
2200
2210
  "src/core/scalarCompare.ts": {
2201
2211
  "bytesInOutput": 2804
@@ -2204,7 +2214,7 @@
2204
2214
  "bytesInOutput": 11516
2205
2215
  },
2206
2216
  "src/engine/evalWhere.ts": {
2207
- "bytesInOutput": 6040
2217
+ "bytesInOutput": 6121
2208
2218
  },
2209
2219
  "src/core/dmlCustomCheck.ts": {
2210
2220
  "bytesInOutput": 1251
@@ -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": 26210
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": 217749
2376
+ "bytesInOutput": 229963
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": 2775
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": 1271
2433
+ "bytesInOutput": 1406
2421
2434
  }
2422
2435
  },
2423
- "bytes": 630484
2436
+ "bytes": 653462
2424
2437
  }
2425
2438
  }
2426
2439
  }
@@ -11,7 +11,7 @@
11
11
  "format": "esm"
12
12
  },
13
13
  "src/types/ast.ts": {
14
- "bytes": 37001,
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": 188470,
476
+ "bytes": 198610,
477
477
  "imports": [
478
478
  {
479
479
  "path": "src/lexer/tokens.ts",
@@ -556,7 +556,7 @@
556
556
  "format": "esm"
557
557
  },
558
558
  "src/engine/evalWhere.ts": {
559
- "bytes": 20132,
559
+ "bytes": 20290,
560
560
  "imports": [
561
561
  {
562
562
  "path": "src/types/ast.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": 83607,
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": 543394,
1371
+ "bytes": 569462,
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": 6374,
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": 4723,
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": 108203
2212
+ "bytesInOutput": 115763
2203
2213
  },
2204
2214
  "src/core/scalarCompare.ts": {
2205
2215
  "bytesInOutput": 2804
@@ -2208,7 +2218,7 @@
2208
2218
  "bytesInOutput": 11516
2209
2219
  },
2210
2220
  "src/engine/evalWhere.ts": {
2211
- "bytesInOutput": 6040
2221
+ "bytesInOutput": 6121
2212
2222
  },
2213
2223
  "src/core/dmlCustomCheck.ts": {
2214
2224
  "bytesInOutput": 1251
@@ -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": 26210
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": 217749
2380
+ "bytesInOutput": 229963
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": 2775
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": 1271
2437
+ "bytesInOutput": 1406
2425
2438
  },
2426
2439
  "src/engine-library/index.ts": {
2427
2440
  "bytesInOutput": 16
2428
2441
  }
2429
2442
  },
2430
- "bytes": 629939
2443
+ "bytes": 652917
2431
2444
  }
2432
2445
  }
2433
2446
  }
@@ -11,7 +11,7 @@
11
11
  "format": "esm"
12
12
  },
13
13
  "src/types/ast.ts": {
14
- "bytes": 37001,
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": 188470,
476
+ "bytes": 198610,
477
477
  "imports": [
478
478
  {
479
479
  "path": "src/lexer/tokens.ts",
@@ -556,7 +556,7 @@
556
556
  "format": "esm"
557
557
  },
558
558
  "src/engine/evalWhere.ts": {
559
- "bytes": 20132,
559
+ "bytes": 20290,
560
560
  "imports": [
561
561
  {
562
562
  "path": "src/types/ast.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": 83607,
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": 543394,
1371
+ "bytes": 569462,
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": 6374,
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": 4723,
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": 108203
2226
+ "bytesInOutput": 115763
2217
2227
  },
2218
2228
  "src/core/scalarCompare.ts": {
2219
2229
  "bytesInOutput": 2804
@@ -2222,7 +2232,7 @@
2222
2232
  "bytesInOutput": 11516
2223
2233
  },
2224
2234
  "src/engine/evalWhere.ts": {
2225
- "bytesInOutput": 6040
2235
+ "bytesInOutput": 6121
2226
2236
  },
2227
2237
  "src/core/dmlCustomCheck.ts": {
2228
2238
  "bytesInOutput": 1251
@@ -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": 26210
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": 217749
2394
+ "bytesInOutput": 229963
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": 2775
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": 1271
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": 630963
2463
+ "bytes": 653941
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;