@rex0220/kintone-sql-tools 3.67.0 → 3.69.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.
- package/README.md +38 -0
- package/dist-cli/ksql.js +889 -75
- package/dist-engine/index.cjs +16 -12
- package/dist-engine/index.mjs +16 -12
- package/dist-engine/ksql-engine.umd.js +17 -13
- package/dist-engine/meta/bundle-baseline.json +10 -10
- package/dist-engine/meta/cjs.json +129 -45
- package/dist-engine/meta/esm.json +129 -45
- package/dist-engine/meta/umd.json +129 -45
- package/dist-flow/flow-library/errors.d.ts +6 -0
- package/dist-flow/flow-library/index.d.ts +12 -0
- package/dist-flow/flow-library/publicTypes.d.ts +225 -0
- package/dist-flow/flow-library/writableClient.d.ts +2 -0
- package/dist-flow/index.cjs +18 -0
- package/dist-flow/index.mjs +18 -0
- package/dist-flow/meta/cjs.json +2333 -0
- package/dist-flow/meta/esm.json +2343 -0
- package/dist-flow/types/ast.d.ts +881 -0
- package/dist-mcp/ksql-mcp.js +1255 -174
- package/dist-mcpb/ksql-mcp.mcpb +0 -0
- package/package.json +12 -3
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
|
-
"generatedAt": "2026-08-
|
|
2
|
+
"generatedAt": "2026-08-21T12:27:30.712Z",
|
|
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": 115,
|
|
7
|
+
"minifiedBytes": 679936,
|
|
8
|
+
"gzipBytes": 185593,
|
|
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": 115,
|
|
27
|
+
"minifiedBytes": 679391,
|
|
28
|
+
"gzipBytes": 185273,
|
|
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": 117,
|
|
47
|
+
"minifiedBytes": 680415,
|
|
48
|
+
"gzipBytes": 185617,
|
|
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": 38224,
|
|
15
15
|
"imports": [
|
|
16
16
|
{
|
|
17
17
|
"path": "src/core/exactDecimal.ts",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"format": "esm"
|
|
28
28
|
},
|
|
29
29
|
"src/core/dmlGuard.ts": {
|
|
30
|
-
"bytes":
|
|
30
|
+
"bytes": 10251,
|
|
31
31
|
"imports": [
|
|
32
32
|
{
|
|
33
33
|
"path": "src/types/ast.ts",
|
|
@@ -333,7 +333,7 @@
|
|
|
333
333
|
"format": "esm"
|
|
334
334
|
},
|
|
335
335
|
"src/core/klikeValidation.ts": {
|
|
336
|
-
"bytes":
|
|
336
|
+
"bytes": 12001,
|
|
337
337
|
"imports": [
|
|
338
338
|
{
|
|
339
339
|
"path": "src/converter/selectToKintone.ts",
|
|
@@ -420,8 +420,13 @@
|
|
|
420
420
|
],
|
|
421
421
|
"format": "esm"
|
|
422
422
|
},
|
|
423
|
+
"src/core/asOfClock.ts": {
|
|
424
|
+
"bytes": 2891,
|
|
425
|
+
"imports": [],
|
|
426
|
+
"format": "esm"
|
|
427
|
+
},
|
|
423
428
|
"src/core/batch.ts": {
|
|
424
|
-
"bytes":
|
|
429
|
+
"bytes": 21010,
|
|
425
430
|
"imports": [
|
|
426
431
|
{
|
|
427
432
|
"path": "src/core/dmlGuard.ts",
|
|
@@ -452,17 +457,22 @@
|
|
|
452
457
|
"path": "src/core/groupingValidation.ts",
|
|
453
458
|
"kind": "import-statement",
|
|
454
459
|
"original": "./groupingValidation"
|
|
460
|
+
},
|
|
461
|
+
{
|
|
462
|
+
"path": "src/core/asOfClock.ts",
|
|
463
|
+
"kind": "import-statement",
|
|
464
|
+
"original": "./asOfClock"
|
|
455
465
|
}
|
|
456
466
|
],
|
|
457
467
|
"format": "esm"
|
|
458
468
|
},
|
|
459
469
|
"src/lexer/tokens.ts": {
|
|
460
|
-
"bytes":
|
|
470
|
+
"bytes": 9279,
|
|
461
471
|
"imports": [],
|
|
462
472
|
"format": "esm"
|
|
463
473
|
},
|
|
464
474
|
"src/lexer/lexer.ts": {
|
|
465
|
-
"bytes":
|
|
475
|
+
"bytes": 13863,
|
|
466
476
|
"imports": [
|
|
467
477
|
{
|
|
468
478
|
"path": "src/lexer/tokens.ts",
|
|
@@ -473,7 +483,7 @@
|
|
|
473
483
|
"format": "esm"
|
|
474
484
|
},
|
|
475
485
|
"src/parser/parser.ts": {
|
|
476
|
-
"bytes":
|
|
486
|
+
"bytes": 217567,
|
|
477
487
|
"imports": [
|
|
478
488
|
{
|
|
479
489
|
"path": "src/lexer/tokens.ts",
|
|
@@ -490,6 +500,11 @@
|
|
|
490
500
|
"kind": "import-statement",
|
|
491
501
|
"original": "../core/grouping"
|
|
492
502
|
},
|
|
503
|
+
{
|
|
504
|
+
"path": "src/core/asOfClock.ts",
|
|
505
|
+
"kind": "import-statement",
|
|
506
|
+
"original": "../core/asOfClock"
|
|
507
|
+
},
|
|
493
508
|
{
|
|
494
509
|
"path": "src/core/aggregateExpression.ts",
|
|
495
510
|
"kind": "import-statement",
|
|
@@ -1143,6 +1158,69 @@
|
|
|
1143
1158
|
"imports": [],
|
|
1144
1159
|
"format": "esm"
|
|
1145
1160
|
},
|
|
1161
|
+
"src/core/diagnostics.ts": {
|
|
1162
|
+
"bytes": 1804,
|
|
1163
|
+
"imports": [],
|
|
1164
|
+
"format": "esm"
|
|
1165
|
+
},
|
|
1166
|
+
"src/core/scriptHeader.ts": {
|
|
1167
|
+
"bytes": 4505,
|
|
1168
|
+
"imports": [
|
|
1169
|
+
{
|
|
1170
|
+
"path": "src/core/diagnostics.ts",
|
|
1171
|
+
"kind": "import-statement",
|
|
1172
|
+
"original": "./diagnostics"
|
|
1173
|
+
}
|
|
1174
|
+
],
|
|
1175
|
+
"format": "esm"
|
|
1176
|
+
},
|
|
1177
|
+
"src/core/sql.ts": {
|
|
1178
|
+
"bytes": 1991,
|
|
1179
|
+
"imports": [
|
|
1180
|
+
{
|
|
1181
|
+
"path": "src/lexer/lexer.ts",
|
|
1182
|
+
"kind": "import-statement",
|
|
1183
|
+
"original": "../lexer/lexer"
|
|
1184
|
+
},
|
|
1185
|
+
{
|
|
1186
|
+
"path": "src/parser/parser.ts",
|
|
1187
|
+
"kind": "import-statement",
|
|
1188
|
+
"original": "../parser/parser"
|
|
1189
|
+
},
|
|
1190
|
+
{
|
|
1191
|
+
"path": "src/core/scriptHeader.ts",
|
|
1192
|
+
"kind": "import-statement",
|
|
1193
|
+
"original": "./scriptHeader"
|
|
1194
|
+
},
|
|
1195
|
+
{
|
|
1196
|
+
"path": "src/core/statementValidation.ts",
|
|
1197
|
+
"kind": "import-statement",
|
|
1198
|
+
"original": "./statementValidation"
|
|
1199
|
+
}
|
|
1200
|
+
],
|
|
1201
|
+
"format": "esm"
|
|
1202
|
+
},
|
|
1203
|
+
"src/core/dialect1Validation.ts": {
|
|
1204
|
+
"bytes": 6720,
|
|
1205
|
+
"imports": [
|
|
1206
|
+
{
|
|
1207
|
+
"path": "src/core/relativeDateFunction.ts",
|
|
1208
|
+
"kind": "import-statement",
|
|
1209
|
+
"original": "./relativeDateFunction"
|
|
1210
|
+
},
|
|
1211
|
+
{
|
|
1212
|
+
"path": "src/core/optimization/relativeDateFullScanExactPlan.ts",
|
|
1213
|
+
"kind": "import-statement",
|
|
1214
|
+
"original": "./optimization/relativeDateFullScanExactPlan"
|
|
1215
|
+
},
|
|
1216
|
+
{
|
|
1217
|
+
"path": "src/core/diagnostics.ts",
|
|
1218
|
+
"kind": "import-statement",
|
|
1219
|
+
"original": "./diagnostics"
|
|
1220
|
+
}
|
|
1221
|
+
],
|
|
1222
|
+
"format": "esm"
|
|
1223
|
+
},
|
|
1146
1224
|
"src/core/dmlPrevalidation.ts": {
|
|
1147
1225
|
"bytes": 3780,
|
|
1148
1226
|
"imports": [],
|
|
@@ -1368,7 +1446,7 @@
|
|
|
1368
1446
|
"format": "esm"
|
|
1369
1447
|
},
|
|
1370
1448
|
"src/execute.ts": {
|
|
1371
|
-
"bytes":
|
|
1449
|
+
"bytes": 590529,
|
|
1372
1450
|
"imports": [
|
|
1373
1451
|
{
|
|
1374
1452
|
"path": "src/lexer/lexer.ts",
|
|
@@ -1630,6 +1708,21 @@
|
|
|
1630
1708
|
"kind": "import-statement",
|
|
1631
1709
|
"original": "./engine/evalFunc"
|
|
1632
1710
|
},
|
|
1711
|
+
{
|
|
1712
|
+
"path": "src/core/sql.ts",
|
|
1713
|
+
"kind": "import-statement",
|
|
1714
|
+
"original": "./core/sql"
|
|
1715
|
+
},
|
|
1716
|
+
{
|
|
1717
|
+
"path": "src/core/asOfClock.ts",
|
|
1718
|
+
"kind": "import-statement",
|
|
1719
|
+
"original": "./core/asOfClock"
|
|
1720
|
+
},
|
|
1721
|
+
{
|
|
1722
|
+
"path": "src/core/dialect1Validation.ts",
|
|
1723
|
+
"kind": "import-statement",
|
|
1724
|
+
"original": "./core/dialect1Validation"
|
|
1725
|
+
},
|
|
1633
1726
|
{
|
|
1634
1727
|
"path": "src/core/dmlValidationCandidates.ts",
|
|
1635
1728
|
"kind": "import-statement",
|
|
@@ -1917,27 +2010,6 @@
|
|
|
1917
2010
|
],
|
|
1918
2011
|
"format": "esm"
|
|
1919
2012
|
},
|
|
1920
|
-
"src/core/sql.ts": {
|
|
1921
|
-
"bytes": 862,
|
|
1922
|
-
"imports": [
|
|
1923
|
-
{
|
|
1924
|
-
"path": "src/lexer/lexer.ts",
|
|
1925
|
-
"kind": "import-statement",
|
|
1926
|
-
"original": "../lexer/lexer"
|
|
1927
|
-
},
|
|
1928
|
-
{
|
|
1929
|
-
"path": "src/parser/parser.ts",
|
|
1930
|
-
"kind": "import-statement",
|
|
1931
|
-
"original": "../parser/parser"
|
|
1932
|
-
},
|
|
1933
|
-
{
|
|
1934
|
-
"path": "src/core/statementValidation.ts",
|
|
1935
|
-
"kind": "import-statement",
|
|
1936
|
-
"original": "./statementValidation"
|
|
1937
|
-
}
|
|
1938
|
-
],
|
|
1939
|
-
"format": "esm"
|
|
1940
|
-
},
|
|
1941
2013
|
"src/core/applyGuard.ts": {
|
|
1942
2014
|
"bytes": 638,
|
|
1943
2015
|
"imports": [],
|
|
@@ -2112,10 +2184,10 @@
|
|
|
2112
2184
|
"bytesInOutput": 303
|
|
2113
2185
|
},
|
|
2114
2186
|
"src/core/grouping.ts": {
|
|
2115
|
-
"bytesInOutput":
|
|
2187
|
+
"bytesInOutput": 1280
|
|
2116
2188
|
},
|
|
2117
2189
|
"src/core/dmlGuard.ts": {
|
|
2118
|
-
"bytesInOutput":
|
|
2190
|
+
"bytesInOutput": 3460
|
|
2119
2191
|
},
|
|
2120
2192
|
"src/core/relativeDateFunction.ts": {
|
|
2121
2193
|
"bytesInOutput": 451
|
|
@@ -2145,13 +2217,13 @@
|
|
|
2145
2217
|
"bytesInOutput": 3124
|
|
2146
2218
|
},
|
|
2147
2219
|
"src/core/aggregateDependencyValidation.ts": {
|
|
2148
|
-
"bytesInOutput":
|
|
2220
|
+
"bytesInOutput": 8228
|
|
2149
2221
|
},
|
|
2150
2222
|
"src/core/groupingValidation.ts": {
|
|
2151
|
-
"bytesInOutput":
|
|
2223
|
+
"bytesInOutput": 3811
|
|
2152
2224
|
},
|
|
2153
2225
|
"src/converter/selectToKintone.ts": {
|
|
2154
|
-
"bytesInOutput":
|
|
2226
|
+
"bytesInOutput": 10148
|
|
2155
2227
|
},
|
|
2156
2228
|
"src/core/cteInlining.ts": {
|
|
2157
2229
|
"bytesInOutput": 1224
|
|
@@ -2181,7 +2253,7 @@
|
|
|
2181
2253
|
"bytesInOutput": 2474
|
|
2182
2254
|
},
|
|
2183
2255
|
"src/core/klikeValidation.ts": {
|
|
2184
|
-
"bytesInOutput":
|
|
2256
|
+
"bytesInOutput": 6105
|
|
2185
2257
|
},
|
|
2186
2258
|
"src/core/primaryOrganizationDmlValidation.ts": {
|
|
2187
2259
|
"bytesInOutput": 768
|
|
@@ -2195,17 +2267,20 @@
|
|
|
2195
2267
|
"src/core/statementValidation.ts": {
|
|
2196
2268
|
"bytesInOutput": 239
|
|
2197
2269
|
},
|
|
2270
|
+
"src/core/asOfClock.ts": {
|
|
2271
|
+
"bytesInOutput": 1162
|
|
2272
|
+
},
|
|
2198
2273
|
"src/core/batch.ts": {
|
|
2199
|
-
"bytesInOutput":
|
|
2274
|
+
"bytesInOutput": 6386
|
|
2200
2275
|
},
|
|
2201
2276
|
"src/lexer/tokens.ts": {
|
|
2202
2277
|
"bytesInOutput": 2328
|
|
2203
2278
|
},
|
|
2204
2279
|
"src/lexer/lexer.ts": {
|
|
2205
|
-
"bytesInOutput":
|
|
2280
|
+
"bytesInOutput": 5906
|
|
2206
2281
|
},
|
|
2207
2282
|
"src/parser/parser.ts": {
|
|
2208
|
-
"bytesInOutput":
|
|
2283
|
+
"bytesInOutput": 128344
|
|
2209
2284
|
},
|
|
2210
2285
|
"src/core/scalarCompare.ts": {
|
|
2211
2286
|
"bytesInOutput": 2804
|
|
@@ -2283,7 +2358,7 @@
|
|
|
2283
2358
|
"bytesInOutput": 122
|
|
2284
2359
|
},
|
|
2285
2360
|
"src/core/explainMetadata.ts": {
|
|
2286
|
-
"bytesInOutput":
|
|
2361
|
+
"bytesInOutput": 627
|
|
2287
2362
|
},
|
|
2288
2363
|
"src/core/optimization/sharedPlanner.ts": {
|
|
2289
2364
|
"bytesInOutput": 339
|
|
@@ -2313,11 +2388,23 @@
|
|
|
2313
2388
|
"bytesInOutput": 1223
|
|
2314
2389
|
},
|
|
2315
2390
|
"src/engine/process.ts": {
|
|
2316
|
-
"bytesInOutput":
|
|
2391
|
+
"bytesInOutput": 27972
|
|
2317
2392
|
},
|
|
2318
2393
|
"src/converter/subtableAdapter.ts": {
|
|
2319
2394
|
"bytesInOutput": 643
|
|
2320
2395
|
},
|
|
2396
|
+
"src/core/diagnostics.ts": {
|
|
2397
|
+
"bytesInOutput": 755
|
|
2398
|
+
},
|
|
2399
|
+
"src/core/scriptHeader.ts": {
|
|
2400
|
+
"bytesInOutput": 1831
|
|
2401
|
+
},
|
|
2402
|
+
"src/core/sql.ts": {
|
|
2403
|
+
"bytesInOutput": 492
|
|
2404
|
+
},
|
|
2405
|
+
"src/core/dialect1Validation.ts": {
|
|
2406
|
+
"bytesInOutput": 3025
|
|
2407
|
+
},
|
|
2321
2408
|
"src/core/dmlPrevalidation.ts": {
|
|
2322
2409
|
"bytesInOutput": 1136
|
|
2323
2410
|
},
|
|
@@ -2373,7 +2460,7 @@
|
|
|
2373
2460
|
"bytesInOutput": 412
|
|
2374
2461
|
},
|
|
2375
2462
|
"src/execute.ts": {
|
|
2376
|
-
"bytesInOutput":
|
|
2463
|
+
"bytesInOutput": 235571
|
|
2377
2464
|
},
|
|
2378
2465
|
"src/engine-library/errors.ts": {
|
|
2379
2466
|
"bytesInOutput": 1441
|
|
@@ -2417,9 +2504,6 @@
|
|
|
2417
2504
|
"src/engine-library/resultMapping.ts": {
|
|
2418
2505
|
"bytesInOutput": 903
|
|
2419
2506
|
},
|
|
2420
|
-
"src/core/sql.ts": {
|
|
2421
|
-
"bytesInOutput": 186
|
|
2422
|
-
},
|
|
2423
2507
|
"src/core/applyGuard.ts": {
|
|
2424
2508
|
"bytesInOutput": 236
|
|
2425
2509
|
},
|
|
@@ -2433,7 +2517,7 @@
|
|
|
2433
2517
|
"bytesInOutput": 1406
|
|
2434
2518
|
}
|
|
2435
2519
|
},
|
|
2436
|
-
"bytes":
|
|
2520
|
+
"bytes": 679936
|
|
2437
2521
|
}
|
|
2438
2522
|
}
|
|
2439
2523
|
}
|