@rex0220/kintone-sql-tools 3.42.0 → 3.44.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.
@@ -11,7 +11,7 @@
11
11
  "format": "esm"
12
12
  },
13
13
  "src/types/ast.ts": {
14
- "bytes": 35268,
14
+ "bytes": 34527,
15
15
  "imports": [
16
16
  {
17
17
  "path": "src/core/exactDecimal.ts",
@@ -75,7 +75,7 @@
75
75
  "format": "esm"
76
76
  },
77
77
  "src/converter/whereToKintone.ts": {
78
- "bytes": 13088,
78
+ "bytes": 13236,
79
79
  "imports": [
80
80
  {
81
81
  "path": "src/engine/pushDownNot.ts",
@@ -96,7 +96,7 @@
96
96
  "format": "esm"
97
97
  },
98
98
  "src/core/aggregateExpression.ts": {
99
- "bytes": 5361,
99
+ "bytes": 5494,
100
100
  "imports": [
101
101
  {
102
102
  "path": "src/types/ast.ts",
@@ -106,8 +106,29 @@
106
106
  ],
107
107
  "format": "esm"
108
108
  },
109
+ "src/engine/groupingRowMeta.ts": {
110
+ "bytes": 2420,
111
+ "imports": [],
112
+ "format": "esm"
113
+ },
114
+ "src/core/groupingValidation.ts": {
115
+ "bytes": 12097,
116
+ "imports": [
117
+ {
118
+ "path": "src/core/grouping.ts",
119
+ "kind": "import-statement",
120
+ "original": "./grouping"
121
+ },
122
+ {
123
+ "path": "src/engine/groupingRowMeta.ts",
124
+ "kind": "import-statement",
125
+ "original": "../engine/groupingRowMeta"
126
+ }
127
+ ],
128
+ "format": "esm"
129
+ },
109
130
  "src/converter/selectToKintone.ts": {
110
- "bytes": 29571,
131
+ "bytes": 29438,
111
132
  "imports": [
112
133
  {
113
134
  "path": "../types/ast",
@@ -133,6 +154,11 @@
133
154
  "path": "src/core/grouping.ts",
134
155
  "kind": "import-statement",
135
156
  "original": "../core/grouping"
157
+ },
158
+ {
159
+ "path": "src/core/groupingValidation.ts",
160
+ "kind": "import-statement",
161
+ "original": "../core/groupingValidation"
136
162
  }
137
163
  ],
138
164
  "format": "esm"
@@ -232,8 +258,13 @@
232
258
  "imports": [],
233
259
  "format": "esm"
234
260
  },
261
+ "src/core/functionArity.ts": {
262
+ "bytes": 1916,
263
+ "imports": [],
264
+ "format": "esm"
265
+ },
235
266
  "src/core/statementValidation.ts": {
236
- "bytes": 437,
267
+ "bytes": 1070,
237
268
  "imports": [
238
269
  {
239
270
  "path": "src/core/klikeValidation.ts",
@@ -244,27 +275,11 @@
244
275
  "path": "src/core/primaryOrganizationDmlValidation.ts",
245
276
  "kind": "import-statement",
246
277
  "original": "./primaryOrganizationDmlValidation"
247
- }
248
- ],
249
- "format": "esm"
250
- },
251
- "src/engine/groupingRowMeta.ts": {
252
- "bytes": 2420,
253
- "imports": [],
254
- "format": "esm"
255
- },
256
- "src/core/groupingValidation.ts": {
257
- "bytes": 12319,
258
- "imports": [
259
- {
260
- "path": "src/core/grouping.ts",
261
- "kind": "import-statement",
262
- "original": "./grouping"
263
278
  },
264
279
  {
265
- "path": "src/engine/groupingRowMeta.ts",
280
+ "path": "src/core/functionArity.ts",
266
281
  "kind": "import-statement",
267
- "original": "../engine/groupingRowMeta"
282
+ "original": "./functionArity"
268
283
  }
269
284
  ],
270
285
  "format": "esm"
@@ -322,7 +337,7 @@
322
337
  "format": "esm"
323
338
  },
324
339
  "src/parser/parser.ts": {
325
- "bytes": 171336,
340
+ "bytes": 169411,
326
341
  "imports": [
327
342
  {
328
343
  "path": "src/lexer/tokens.ts",
@@ -379,18 +394,28 @@
379
394
  "format": "esm"
380
395
  },
381
396
  "src/engine/evalFunc.ts": {
382
- "bytes": 29254,
397
+ "bytes": 29114,
383
398
  "imports": [
384
399
  {
385
400
  "path": "src/types/ast.ts",
386
401
  "kind": "import-statement",
387
402
  "original": "../types/ast"
388
403
  },
404
+ {
405
+ "path": "src/core/aggregateExpression.ts",
406
+ "kind": "import-statement",
407
+ "original": "../core/aggregateExpression"
408
+ },
389
409
  {
390
410
  "path": "src/core/scalarCompare.ts",
391
411
  "kind": "import-statement",
392
412
  "original": "../core/scalarCompare"
393
413
  },
414
+ {
415
+ "path": "src/core/functionArity.ts",
416
+ "kind": "import-statement",
417
+ "original": "../core/functionArity"
418
+ },
394
419
  {
395
420
  "path": "src/engine/evalWhere.ts",
396
421
  "kind": "import-statement",
@@ -400,7 +425,7 @@
400
425
  "format": "esm"
401
426
  },
402
427
  "src/engine/evalWhere.ts": {
403
- "bytes": 19949,
428
+ "bytes": 20132,
404
429
  "imports": [
405
430
  {
406
431
  "path": "src/types/ast.ts",
@@ -436,6 +461,11 @@
436
461
  "path": "src/core/relativeDateFunction.ts",
437
462
  "kind": "import-statement",
438
463
  "original": "../core/relativeDateFunction"
464
+ },
465
+ {
466
+ "path": "src/core/aggregateExpression.ts",
467
+ "kind": "import-statement",
468
+ "original": "../core/aggregateExpression"
439
469
  }
440
470
  ],
441
471
  "format": "esm"
@@ -467,7 +497,7 @@
467
497
  "format": "esm"
468
498
  },
469
499
  "src/converter/dmlToKintone.ts": {
470
- "bytes": 27109,
500
+ "bytes": 26673,
471
501
  "imports": [
472
502
  {
473
503
  "path": "src/core/dmlCustomCheck.ts",
@@ -922,7 +952,7 @@
922
952
  "format": "esm"
923
953
  },
924
954
  "src/engine/process.ts": {
925
- "bytes": 66734,
955
+ "bytes": 70705,
926
956
  "imports": [
927
957
  {
928
958
  "path": "src/types/ast.ts",
@@ -963,6 +993,11 @@
963
993
  "path": "src/engine/groupingRowMeta.ts",
964
994
  "kind": "import-statement",
965
995
  "original": "./groupingRowMeta"
996
+ },
997
+ {
998
+ "path": "src/core/groupingValidation.ts",
999
+ "kind": "import-statement",
1000
+ "original": "../core/groupingValidation"
966
1001
  }
967
1002
  ],
968
1003
  "format": "esm"
@@ -1197,7 +1232,7 @@
1197
1232
  "format": "esm"
1198
1233
  },
1199
1234
  "src/execute.ts": {
1200
- "bytes": 474059,
1235
+ "bytes": 475582,
1201
1236
  "imports": [
1202
1237
  {
1203
1238
  "path": "src/lexer/lexer.ts",
@@ -1952,13 +1987,19 @@
1952
1987
  "bytesInOutput": 651
1953
1988
  },
1954
1989
  "src/converter/whereToKintone.ts": {
1955
- "bytesInOutput": 5102
1990
+ "bytesInOutput": 5273
1956
1991
  },
1957
1992
  "src/core/aggregateExpression.ts": {
1958
- "bytesInOutput": 2730
1993
+ "bytesInOutput": 2846
1994
+ },
1995
+ "src/engine/groupingRowMeta.ts": {
1996
+ "bytesInOutput": 559
1997
+ },
1998
+ "src/core/groupingValidation.ts": {
1999
+ "bytesInOutput": 5237
1959
2000
  },
1960
2001
  "src/converter/selectToKintone.ts": {
1961
- "bytesInOutput": 9456
2002
+ "bytesInOutput": 9742
1962
2003
  },
1963
2004
  "src/core/cteInlining.ts": {
1964
2005
  "bytesInOutput": 1224
@@ -1978,14 +2019,11 @@
1978
2019
  "src/core/primaryOrganizationDmlValidation.ts": {
1979
2020
  "bytesInOutput": 768
1980
2021
  },
1981
- "src/core/statementValidation.ts": {
1982
- "bytesInOutput": 27
2022
+ "src/core/functionArity.ts": {
2023
+ "bytesInOutput": 1035
1983
2024
  },
1984
- "src/engine/groupingRowMeta.ts": {
1985
- "bytesInOutput": 559
1986
- },
1987
- "src/core/groupingValidation.ts": {
1988
- "bytesInOutput": 5175
2025
+ "src/core/statementValidation.ts": {
2026
+ "bytesInOutput": 233
1989
2027
  },
1990
2028
  "src/core/batch.ts": {
1991
2029
  "bytesInOutput": 6337
@@ -1997,7 +2035,7 @@
1997
2035
  "bytesInOutput": 5893
1998
2036
  },
1999
2037
  "src/parser/parser.ts": {
2000
- "bytesInOutput": 94920
2038
+ "bytesInOutput": 96162
2001
2039
  },
2002
2040
  "src/core/fieldSemantics.ts": {
2003
2041
  "bytesInOutput": 1368
@@ -2006,16 +2044,16 @@
2006
2044
  "bytesInOutput": 2804
2007
2045
  },
2008
2046
  "src/engine/evalFunc.ts": {
2009
- "bytesInOutput": 11472
2047
+ "bytesInOutput": 11272
2010
2048
  },
2011
2049
  "src/engine/evalWhere.ts": {
2012
- "bytesInOutput": 5788
2050
+ "bytesInOutput": 6038
2013
2051
  },
2014
2052
  "src/core/dmlCustomCheck.ts": {
2015
2053
  "bytesInOutput": 1251
2016
2054
  },
2017
2055
  "src/converter/dmlToKintone.ts": {
2018
- "bytesInOutput": 10445
2056
+ "bytesInOutput": 10639
2019
2057
  },
2020
2058
  "src/core/applyMultiValuePlan.ts": {
2021
2059
  "bytesInOutput": 1485
@@ -2108,7 +2146,7 @@
2108
2146
  "bytesInOutput": 1223
2109
2147
  },
2110
2148
  "src/engine/process.ts": {
2111
- "bytesInOutput": 20100
2149
+ "bytesInOutput": 22111
2112
2150
  },
2113
2151
  "src/converter/subtableAdapter.ts": {
2114
2152
  "bytesInOutput": 643
@@ -2168,7 +2206,7 @@
2168
2206
  "bytesInOutput": 412
2169
2207
  },
2170
2208
  "src/execute.ts": {
2171
- "bytesInOutput": 189921
2209
+ "bytesInOutput": 190527
2172
2210
  },
2173
2211
  "src/engine-library/errors.ts": {
2174
2212
  "bytesInOutput": 1440
@@ -2237,7 +2275,7 @@
2237
2275
  "bytesInOutput": 127
2238
2276
  }
2239
2277
  },
2240
- "bytes": 557165
2278
+ "bytes": 563144
2241
2279
  }
2242
2280
  }
2243
2281
  }