@rex0220/kintone-sql-tools 3.58.0 → 3.60.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/dist-cli/ksql.js +454 -60
- package/dist-engine/index.cjs +13 -13
- package/dist-engine/index.mjs +13 -13
- package/dist-engine/ksql-engine.umd.js +13 -13
- package/dist-engine/meta/bundle-baseline.json +10 -10
- package/dist-engine/meta/cjs.json +87 -21
- package/dist-engine/meta/esm.json +87 -21
- package/dist-engine/meta/umd.json +87 -21
- package/dist-mcp/ksql-mcp.js +472 -72
- package/dist-mcpb/ksql-mcp.mcpb +0 -0
- package/package.json +1 -1
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"format": "esm"
|
|
12
12
|
},
|
|
13
13
|
"src/types/ast.ts": {
|
|
14
|
-
"bytes":
|
|
14
|
+
"bytes": 36883,
|
|
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": 10043,
|
|
31
31
|
"imports": [
|
|
32
32
|
{
|
|
33
33
|
"path": "src/types/ast.ts",
|
|
@@ -310,8 +310,24 @@
|
|
|
310
310
|
"imports": [],
|
|
311
311
|
"format": "esm"
|
|
312
312
|
},
|
|
313
|
+
"src/core/generateSeries.ts": {
|
|
314
|
+
"bytes": 13008,
|
|
315
|
+
"imports": [
|
|
316
|
+
{
|
|
317
|
+
"path": "src/types/ast.ts",
|
|
318
|
+
"kind": "import-statement",
|
|
319
|
+
"original": "../types/ast"
|
|
320
|
+
},
|
|
321
|
+
{
|
|
322
|
+
"path": "src/core/exactDecimal.ts",
|
|
323
|
+
"kind": "import-statement",
|
|
324
|
+
"original": "./exactDecimal"
|
|
325
|
+
}
|
|
326
|
+
],
|
|
327
|
+
"format": "esm"
|
|
328
|
+
},
|
|
313
329
|
"src/core/statementValidation.ts": {
|
|
314
|
-
"bytes":
|
|
330
|
+
"bytes": 1183,
|
|
315
331
|
"imports": [
|
|
316
332
|
{
|
|
317
333
|
"path": "src/core/klikeValidation.ts",
|
|
@@ -327,6 +343,11 @@
|
|
|
327
343
|
"path": "src/core/functionArity.ts",
|
|
328
344
|
"kind": "import-statement",
|
|
329
345
|
"original": "./functionArity"
|
|
346
|
+
},
|
|
347
|
+
{
|
|
348
|
+
"path": "src/core/generateSeries.ts",
|
|
349
|
+
"kind": "import-statement",
|
|
350
|
+
"original": "./generateSeries"
|
|
330
351
|
}
|
|
331
352
|
],
|
|
332
353
|
"format": "esm"
|
|
@@ -384,7 +405,7 @@
|
|
|
384
405
|
"format": "esm"
|
|
385
406
|
},
|
|
386
407
|
"src/parser/parser.ts": {
|
|
387
|
-
"bytes":
|
|
408
|
+
"bytes": 186857,
|
|
388
409
|
"imports": [
|
|
389
410
|
{
|
|
390
411
|
"path": "src/lexer/tokens.ts",
|
|
@@ -868,7 +889,7 @@
|
|
|
868
889
|
"format": "esm"
|
|
869
890
|
},
|
|
870
891
|
"src/core/optimization/whereCapability.ts": {
|
|
871
|
-
"bytes":
|
|
892
|
+
"bytes": 23800,
|
|
872
893
|
"imports": [
|
|
873
894
|
{
|
|
874
895
|
"path": "src/core/relativeDateFunction.ts",
|
|
@@ -878,8 +899,29 @@
|
|
|
878
899
|
],
|
|
879
900
|
"format": "esm"
|
|
880
901
|
},
|
|
902
|
+
"src/core/optimization/joinDateTimeLiteralPolicy.ts": {
|
|
903
|
+
"bytes": 1256,
|
|
904
|
+
"imports": [],
|
|
905
|
+
"format": "esm"
|
|
906
|
+
},
|
|
907
|
+
"src/core/optimization/joinNumberLiteralPolicy.ts": {
|
|
908
|
+
"bytes": 982,
|
|
909
|
+
"imports": [
|
|
910
|
+
{
|
|
911
|
+
"path": "src/types/ast.ts",
|
|
912
|
+
"kind": "import-statement",
|
|
913
|
+
"original": "../../types/ast"
|
|
914
|
+
},
|
|
915
|
+
{
|
|
916
|
+
"path": "src/core/exactDecimal.ts",
|
|
917
|
+
"kind": "import-statement",
|
|
918
|
+
"original": "../exactDecimal"
|
|
919
|
+
}
|
|
920
|
+
],
|
|
921
|
+
"format": "esm"
|
|
922
|
+
},
|
|
881
923
|
"src/core/optimization/joinPredicatePushdown.ts": {
|
|
882
|
-
"bytes":
|
|
924
|
+
"bytes": 41295,
|
|
883
925
|
"imports": [
|
|
884
926
|
{
|
|
885
927
|
"path": "src/types/ast.ts",
|
|
@@ -915,6 +957,16 @@
|
|
|
915
957
|
"path": "src/core/optimization/whereCapability.ts",
|
|
916
958
|
"kind": "import-statement",
|
|
917
959
|
"original": "./whereCapability"
|
|
960
|
+
},
|
|
961
|
+
{
|
|
962
|
+
"path": "src/core/optimization/joinDateTimeLiteralPolicy.ts",
|
|
963
|
+
"kind": "import-statement",
|
|
964
|
+
"original": "./joinDateTimeLiteralPolicy"
|
|
965
|
+
},
|
|
966
|
+
{
|
|
967
|
+
"path": "src/core/optimization/joinNumberLiteralPolicy.ts",
|
|
968
|
+
"kind": "import-statement",
|
|
969
|
+
"original": "./joinNumberLiteralPolicy"
|
|
918
970
|
}
|
|
919
971
|
],
|
|
920
972
|
"format": "esm"
|
|
@@ -1253,7 +1305,7 @@
|
|
|
1253
1305
|
"format": "esm"
|
|
1254
1306
|
},
|
|
1255
1307
|
"src/execute.ts": {
|
|
1256
|
-
"bytes":
|
|
1308
|
+
"bytes": 511287,
|
|
1257
1309
|
"imports": [
|
|
1258
1310
|
{
|
|
1259
1311
|
"path": "src/lexer/lexer.ts",
|
|
@@ -1365,6 +1417,11 @@
|
|
|
1365
1417
|
"kind": "import-statement",
|
|
1366
1418
|
"original": "./core/statementValidation"
|
|
1367
1419
|
},
|
|
1420
|
+
{
|
|
1421
|
+
"path": "src/core/generateSeries.ts",
|
|
1422
|
+
"kind": "import-statement",
|
|
1423
|
+
"original": "./core/generateSeries"
|
|
1424
|
+
},
|
|
1368
1425
|
{
|
|
1369
1426
|
"path": "src/core/cteInlining.ts",
|
|
1370
1427
|
"kind": "import-statement",
|
|
@@ -1998,13 +2055,13 @@
|
|
|
1998
2055
|
"bytesInOutput": 1277
|
|
1999
2056
|
},
|
|
2000
2057
|
"src/core/dmlGuard.ts": {
|
|
2001
|
-
"bytesInOutput":
|
|
2058
|
+
"bytesInOutput": 3388
|
|
2002
2059
|
},
|
|
2003
2060
|
"src/core/relativeDateFunction.ts": {
|
|
2004
|
-
"bytesInOutput":
|
|
2061
|
+
"bytesInOutput": 451
|
|
2005
2062
|
},
|
|
2006
2063
|
"src/core/applyPatchScope.ts": {
|
|
2007
|
-
"bytesInOutput":
|
|
2064
|
+
"bytesInOutput": 12614
|
|
2008
2065
|
},
|
|
2009
2066
|
"src/engine/pushDownNot.ts": {
|
|
2010
2067
|
"bytesInOutput": 793
|
|
@@ -2057,11 +2114,14 @@
|
|
|
2057
2114
|
"src/core/functionArity.ts": {
|
|
2058
2115
|
"bytesInOutput": 1035
|
|
2059
2116
|
},
|
|
2117
|
+
"src/core/generateSeries.ts": {
|
|
2118
|
+
"bytesInOutput": 8619
|
|
2119
|
+
},
|
|
2060
2120
|
"src/core/statementValidation.ts": {
|
|
2061
|
-
"bytesInOutput":
|
|
2121
|
+
"bytesInOutput": 239
|
|
2062
2122
|
},
|
|
2063
2123
|
"src/core/batch.ts": {
|
|
2064
|
-
"bytesInOutput":
|
|
2124
|
+
"bytesInOutput": 6358
|
|
2065
2125
|
},
|
|
2066
2126
|
"src/lexer/tokens.ts": {
|
|
2067
2127
|
"bytesInOutput": 2310
|
|
@@ -2070,10 +2130,10 @@
|
|
|
2070
2130
|
"bytesInOutput": 5893
|
|
2071
2131
|
},
|
|
2072
2132
|
"src/parser/parser.ts": {
|
|
2073
|
-
"bytesInOutput":
|
|
2133
|
+
"bytesInOutput": 107151
|
|
2074
2134
|
},
|
|
2075
2135
|
"src/core/fieldSemantics.ts": {
|
|
2076
|
-
"bytesInOutput":
|
|
2136
|
+
"bytesInOutput": 1368
|
|
2077
2137
|
},
|
|
2078
2138
|
"src/core/scalarCompare.ts": {
|
|
2079
2139
|
"bytesInOutput": 2804
|
|
@@ -2148,10 +2208,16 @@
|
|
|
2148
2208
|
"bytesInOutput": 339
|
|
2149
2209
|
},
|
|
2150
2210
|
"src/core/optimization/whereCapability.ts": {
|
|
2151
|
-
"bytesInOutput":
|
|
2211
|
+
"bytesInOutput": 9909
|
|
2212
|
+
},
|
|
2213
|
+
"src/core/optimization/joinDateTimeLiteralPolicy.ts": {
|
|
2214
|
+
"bytesInOutput": 540
|
|
2215
|
+
},
|
|
2216
|
+
"src/core/optimization/joinNumberLiteralPolicy.ts": {
|
|
2217
|
+
"bytesInOutput": 227
|
|
2152
2218
|
},
|
|
2153
2219
|
"src/core/optimization/joinPredicatePushdown.ts": {
|
|
2154
|
-
"bytesInOutput":
|
|
2220
|
+
"bytesInOutput": 14433
|
|
2155
2221
|
},
|
|
2156
2222
|
"src/core/optimization/applyParentSelectionPlan.ts": {
|
|
2157
2223
|
"bytesInOutput": 246
|
|
@@ -2184,7 +2250,7 @@
|
|
|
2184
2250
|
"bytesInOutput": 1136
|
|
2185
2251
|
},
|
|
2186
2252
|
"src/core/optimization/relativeDatePushdownGuard.ts": {
|
|
2187
|
-
"bytesInOutput":
|
|
2253
|
+
"bytesInOutput": 6257
|
|
2188
2254
|
},
|
|
2189
2255
|
"src/core/optimization/relativeDatePrefilterPlan.ts": {
|
|
2190
2256
|
"bytesInOutput": 4827
|
|
@@ -2235,10 +2301,10 @@
|
|
|
2235
2301
|
"bytesInOutput": 412
|
|
2236
2302
|
},
|
|
2237
2303
|
"src/execute.ts": {
|
|
2238
|
-
"bytesInOutput":
|
|
2304
|
+
"bytesInOutput": 204552
|
|
2239
2305
|
},
|
|
2240
2306
|
"src/engine-library/errors.ts": {
|
|
2241
|
-
"bytesInOutput":
|
|
2307
|
+
"bytesInOutput": 1441
|
|
2242
2308
|
},
|
|
2243
2309
|
"src/api/cursorLeaseManager.ts": {
|
|
2244
2310
|
"bytesInOutput": 1777
|
|
@@ -2247,7 +2313,7 @@
|
|
|
2247
2313
|
"bytesInOutput": 971
|
|
2248
2314
|
},
|
|
2249
2315
|
"src/core/formFieldInfo.ts": {
|
|
2250
|
-
"bytesInOutput":
|
|
2316
|
+
"bytesInOutput": 1428
|
|
2251
2317
|
},
|
|
2252
2318
|
"src/core/processStatus.ts": {
|
|
2253
2319
|
"bytesInOutput": 229
|
|
@@ -2304,7 +2370,7 @@
|
|
|
2304
2370
|
"bytesInOutput": 127
|
|
2305
2371
|
}
|
|
2306
2372
|
},
|
|
2307
|
-
"bytes":
|
|
2373
|
+
"bytes": 611362
|
|
2308
2374
|
}
|
|
2309
2375
|
}
|
|
2310
2376
|
}
|