@rex0220/kintone-sql-tools 3.34.1 → 3.35.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 +103 -13
- package/dist-engine/index.cjs +8 -8
- package/dist-engine/index.mjs +8 -8
- package/dist-engine/ksql-engine.umd.js +8 -8
- package/dist-engine/meta/bundle-baseline.json +10 -10
- package/dist-engine/meta/cjs.json +62 -20
- package/dist-engine/meta/esm.json +62 -20
- package/dist-engine/meta/umd.json +62 -20
- package/dist-mcp/ksql-mcp.js +108 -15
- 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": 34645,
|
|
15
15
|
"imports": [
|
|
16
16
|
{
|
|
17
17
|
"path": "src/core/exactDecimal.ts",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"format": "esm"
|
|
44
44
|
},
|
|
45
45
|
"src/core/relativeDateFunction.ts": {
|
|
46
|
-
"bytes":
|
|
46
|
+
"bytes": 1191,
|
|
47
47
|
"imports": [],
|
|
48
48
|
"format": "esm"
|
|
49
49
|
},
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
"format": "esm"
|
|
76
76
|
},
|
|
77
77
|
"src/converter/whereToKintone.ts": {
|
|
78
|
-
"bytes":
|
|
78
|
+
"bytes": 13088,
|
|
79
79
|
"imports": [
|
|
80
80
|
{
|
|
81
81
|
"path": "src/engine/pushDownNot.ts",
|
|
@@ -227,6 +227,27 @@
|
|
|
227
227
|
],
|
|
228
228
|
"format": "esm"
|
|
229
229
|
},
|
|
230
|
+
"src/core/primaryOrganizationDmlValidation.ts": {
|
|
231
|
+
"bytes": 1945,
|
|
232
|
+
"imports": [],
|
|
233
|
+
"format": "esm"
|
|
234
|
+
},
|
|
235
|
+
"src/core/statementValidation.ts": {
|
|
236
|
+
"bytes": 437,
|
|
237
|
+
"imports": [
|
|
238
|
+
{
|
|
239
|
+
"path": "src/core/klikeValidation.ts",
|
|
240
|
+
"kind": "import-statement",
|
|
241
|
+
"original": "./klikeValidation"
|
|
242
|
+
},
|
|
243
|
+
{
|
|
244
|
+
"path": "src/core/primaryOrganizationDmlValidation.ts",
|
|
245
|
+
"kind": "import-statement",
|
|
246
|
+
"original": "./primaryOrganizationDmlValidation"
|
|
247
|
+
}
|
|
248
|
+
],
|
|
249
|
+
"format": "esm"
|
|
250
|
+
},
|
|
230
251
|
"src/engine/groupingRowMeta.ts": {
|
|
231
252
|
"bytes": 2420,
|
|
232
253
|
"imports": [],
|
|
@@ -249,7 +270,7 @@
|
|
|
249
270
|
"format": "esm"
|
|
250
271
|
},
|
|
251
272
|
"src/core/batch.ts": {
|
|
252
|
-
"bytes":
|
|
273
|
+
"bytes": 19517,
|
|
253
274
|
"imports": [
|
|
254
275
|
{
|
|
255
276
|
"path": "src/core/dmlGuard.ts",
|
|
@@ -266,6 +287,16 @@
|
|
|
266
287
|
"kind": "import-statement",
|
|
267
288
|
"original": "./klikeValidation"
|
|
268
289
|
},
|
|
290
|
+
{
|
|
291
|
+
"path": "src/core/primaryOrganizationDmlValidation.ts",
|
|
292
|
+
"kind": "import-statement",
|
|
293
|
+
"original": "./primaryOrganizationDmlValidation"
|
|
294
|
+
},
|
|
295
|
+
{
|
|
296
|
+
"path": "src/core/statementValidation.ts",
|
|
297
|
+
"kind": "import-statement",
|
|
298
|
+
"original": "./statementValidation"
|
|
299
|
+
},
|
|
269
300
|
{
|
|
270
301
|
"path": "src/core/groupingValidation.ts",
|
|
271
302
|
"kind": "import-statement",
|
|
@@ -275,7 +306,7 @@
|
|
|
275
306
|
"format": "esm"
|
|
276
307
|
},
|
|
277
308
|
"src/lexer/tokens.ts": {
|
|
278
|
-
"bytes":
|
|
309
|
+
"bytes": 9458,
|
|
279
310
|
"imports": [],
|
|
280
311
|
"format": "esm"
|
|
281
312
|
},
|
|
@@ -291,7 +322,7 @@
|
|
|
291
322
|
"format": "esm"
|
|
292
323
|
},
|
|
293
324
|
"src/parser/parser.ts": {
|
|
294
|
-
"bytes":
|
|
325
|
+
"bytes": 168522,
|
|
295
326
|
"imports": [
|
|
296
327
|
{
|
|
297
328
|
"path": "src/lexer/tokens.ts",
|
|
@@ -369,7 +400,7 @@
|
|
|
369
400
|
"format": "esm"
|
|
370
401
|
},
|
|
371
402
|
"src/engine/evalWhere.ts": {
|
|
372
|
-
"bytes":
|
|
403
|
+
"bytes": 19949,
|
|
373
404
|
"imports": [
|
|
374
405
|
{
|
|
375
406
|
"path": "src/types/ast.ts",
|
|
@@ -760,7 +791,7 @@
|
|
|
760
791
|
"format": "esm"
|
|
761
792
|
},
|
|
762
793
|
"src/core/optimization/whereCapability.ts": {
|
|
763
|
-
"bytes":
|
|
794
|
+
"bytes": 22024,
|
|
764
795
|
"imports": [
|
|
765
796
|
{
|
|
766
797
|
"path": "src/core/relativeDateFunction.ts",
|
|
@@ -1166,7 +1197,7 @@
|
|
|
1166
1197
|
"format": "esm"
|
|
1167
1198
|
},
|
|
1168
1199
|
"src/execute.ts": {
|
|
1169
|
-
"bytes":
|
|
1200
|
+
"bytes": 473403,
|
|
1170
1201
|
"imports": [
|
|
1171
1202
|
{
|
|
1172
1203
|
"path": "src/lexer/lexer.ts",
|
|
@@ -1273,6 +1304,11 @@
|
|
|
1273
1304
|
"kind": "import-statement",
|
|
1274
1305
|
"original": "./core/klikeValidation"
|
|
1275
1306
|
},
|
|
1307
|
+
{
|
|
1308
|
+
"path": "src/core/statementValidation.ts",
|
|
1309
|
+
"kind": "import-statement",
|
|
1310
|
+
"original": "./core/statementValidation"
|
|
1311
|
+
},
|
|
1276
1312
|
{
|
|
1277
1313
|
"path": "src/core/cteInlining.ts",
|
|
1278
1314
|
"kind": "import-statement",
|
|
@@ -1654,7 +1690,7 @@
|
|
|
1654
1690
|
"format": "esm"
|
|
1655
1691
|
},
|
|
1656
1692
|
"src/core/sql.ts": {
|
|
1657
|
-
"bytes":
|
|
1693
|
+
"bytes": 862,
|
|
1658
1694
|
"imports": [
|
|
1659
1695
|
{
|
|
1660
1696
|
"path": "src/lexer/lexer.ts",
|
|
@@ -1667,9 +1703,9 @@
|
|
|
1667
1703
|
"original": "../parser/parser"
|
|
1668
1704
|
},
|
|
1669
1705
|
{
|
|
1670
|
-
"path": "src/core/
|
|
1706
|
+
"path": "src/core/statementValidation.ts",
|
|
1671
1707
|
"kind": "import-statement",
|
|
1672
|
-
"original": "./
|
|
1708
|
+
"original": "./statementValidation"
|
|
1673
1709
|
}
|
|
1674
1710
|
],
|
|
1675
1711
|
"format": "esm"
|
|
@@ -1862,7 +1898,7 @@
|
|
|
1862
1898
|
"bytesInOutput": 3279
|
|
1863
1899
|
},
|
|
1864
1900
|
"src/core/relativeDateFunction.ts": {
|
|
1865
|
-
"bytesInOutput":
|
|
1901
|
+
"bytesInOutput": 450
|
|
1866
1902
|
},
|
|
1867
1903
|
"src/core/applyPatchScope.ts": {
|
|
1868
1904
|
"bytesInOutput": 12612
|
|
@@ -1874,7 +1910,7 @@
|
|
|
1874
1910
|
"bytesInOutput": 651
|
|
1875
1911
|
},
|
|
1876
1912
|
"src/converter/whereToKintone.ts": {
|
|
1877
|
-
"bytesInOutput":
|
|
1913
|
+
"bytesInOutput": 5102
|
|
1878
1914
|
},
|
|
1879
1915
|
"src/core/aggregateExpression.ts": {
|
|
1880
1916
|
"bytesInOutput": 2730
|
|
@@ -1897,6 +1933,12 @@
|
|
|
1897
1933
|
"src/core/klikeValidation.ts": {
|
|
1898
1934
|
"bytesInOutput": 6076
|
|
1899
1935
|
},
|
|
1936
|
+
"src/core/primaryOrganizationDmlValidation.ts": {
|
|
1937
|
+
"bytesInOutput": 768
|
|
1938
|
+
},
|
|
1939
|
+
"src/core/statementValidation.ts": {
|
|
1940
|
+
"bytesInOutput": 27
|
|
1941
|
+
},
|
|
1900
1942
|
"src/engine/groupingRowMeta.ts": {
|
|
1901
1943
|
"bytesInOutput": 559
|
|
1902
1944
|
},
|
|
@@ -1904,16 +1946,16 @@
|
|
|
1904
1946
|
"bytesInOutput": 5175
|
|
1905
1947
|
},
|
|
1906
1948
|
"src/core/batch.ts": {
|
|
1907
|
-
"bytesInOutput":
|
|
1949
|
+
"bytesInOutput": 5516
|
|
1908
1950
|
},
|
|
1909
1951
|
"src/lexer/tokens.ts": {
|
|
1910
|
-
"bytesInOutput":
|
|
1952
|
+
"bytesInOutput": 2310
|
|
1911
1953
|
},
|
|
1912
1954
|
"src/lexer/lexer.ts": {
|
|
1913
1955
|
"bytesInOutput": 5893
|
|
1914
1956
|
},
|
|
1915
1957
|
"src/parser/parser.ts": {
|
|
1916
|
-
"bytesInOutput":
|
|
1958
|
+
"bytesInOutput": 93529
|
|
1917
1959
|
},
|
|
1918
1960
|
"src/core/fieldSemantics.ts": {
|
|
1919
1961
|
"bytesInOutput": 1368
|
|
@@ -1925,7 +1967,7 @@
|
|
|
1925
1967
|
"bytesInOutput": 11292
|
|
1926
1968
|
},
|
|
1927
1969
|
"src/engine/evalWhere.ts": {
|
|
1928
|
-
"bytesInOutput":
|
|
1970
|
+
"bytesInOutput": 5788
|
|
1929
1971
|
},
|
|
1930
1972
|
"src/core/dmlCustomCheck.ts": {
|
|
1931
1973
|
"bytesInOutput": 1251
|
|
@@ -1991,7 +2033,7 @@
|
|
|
1991
2033
|
"bytesInOutput": 339
|
|
1992
2034
|
},
|
|
1993
2035
|
"src/core/optimization/whereCapability.ts": {
|
|
1994
|
-
"bytesInOutput":
|
|
2036
|
+
"bytesInOutput": 9121
|
|
1995
2037
|
},
|
|
1996
2038
|
"src/core/optimization/joinPredicatePushdown.ts": {
|
|
1997
2039
|
"bytesInOutput": 13814
|
|
@@ -2144,7 +2186,7 @@
|
|
|
2144
2186
|
"bytesInOutput": 127
|
|
2145
2187
|
}
|
|
2146
2188
|
},
|
|
2147
|
-
"bytes":
|
|
2189
|
+
"bytes": 543691
|
|
2148
2190
|
}
|
|
2149
2191
|
}
|
|
2150
2192
|
}
|