@rex0220/kintone-sql-tools 3.43.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"
@@ -258,27 +284,6 @@
258
284
  ],
259
285
  "format": "esm"
260
286
  },
261
- "src/engine/groupingRowMeta.ts": {
262
- "bytes": 2420,
263
- "imports": [],
264
- "format": "esm"
265
- },
266
- "src/core/groupingValidation.ts": {
267
- "bytes": 12319,
268
- "imports": [
269
- {
270
- "path": "src/core/grouping.ts",
271
- "kind": "import-statement",
272
- "original": "./grouping"
273
- },
274
- {
275
- "path": "src/engine/groupingRowMeta.ts",
276
- "kind": "import-statement",
277
- "original": "../engine/groupingRowMeta"
278
- }
279
- ],
280
- "format": "esm"
281
- },
282
287
  "src/core/batch.ts": {
283
288
  "bytes": 21308,
284
289
  "imports": [
@@ -332,7 +337,7 @@
332
337
  "format": "esm"
333
338
  },
334
339
  "src/parser/parser.ts": {
335
- "bytes": 172277,
340
+ "bytes": 169411,
336
341
  "imports": [
337
342
  {
338
343
  "path": "src/lexer/tokens.ts",
@@ -389,13 +394,18 @@
389
394
  "format": "esm"
390
395
  },
391
396
  "src/engine/evalFunc.ts": {
392
- "bytes": 28292,
397
+ "bytes": 29114,
393
398
  "imports": [
394
399
  {
395
400
  "path": "src/types/ast.ts",
396
401
  "kind": "import-statement",
397
402
  "original": "../types/ast"
398
403
  },
404
+ {
405
+ "path": "src/core/aggregateExpression.ts",
406
+ "kind": "import-statement",
407
+ "original": "../core/aggregateExpression"
408
+ },
399
409
  {
400
410
  "path": "src/core/scalarCompare.ts",
401
411
  "kind": "import-statement",
@@ -415,7 +425,7 @@
415
425
  "format": "esm"
416
426
  },
417
427
  "src/engine/evalWhere.ts": {
418
- "bytes": 19949,
428
+ "bytes": 20132,
419
429
  "imports": [
420
430
  {
421
431
  "path": "src/types/ast.ts",
@@ -451,6 +461,11 @@
451
461
  "path": "src/core/relativeDateFunction.ts",
452
462
  "kind": "import-statement",
453
463
  "original": "../core/relativeDateFunction"
464
+ },
465
+ {
466
+ "path": "src/core/aggregateExpression.ts",
467
+ "kind": "import-statement",
468
+ "original": "../core/aggregateExpression"
454
469
  }
455
470
  ],
456
471
  "format": "esm"
@@ -482,7 +497,7 @@
482
497
  "format": "esm"
483
498
  },
484
499
  "src/converter/dmlToKintone.ts": {
485
- "bytes": 27109,
500
+ "bytes": 26673,
486
501
  "imports": [
487
502
  {
488
503
  "path": "src/core/dmlCustomCheck.ts",
@@ -937,7 +952,7 @@
937
952
  "format": "esm"
938
953
  },
939
954
  "src/engine/process.ts": {
940
- "bytes": 66734,
955
+ "bytes": 70705,
941
956
  "imports": [
942
957
  {
943
958
  "path": "src/types/ast.ts",
@@ -978,6 +993,11 @@
978
993
  "path": "src/engine/groupingRowMeta.ts",
979
994
  "kind": "import-statement",
980
995
  "original": "./groupingRowMeta"
996
+ },
997
+ {
998
+ "path": "src/core/groupingValidation.ts",
999
+ "kind": "import-statement",
1000
+ "original": "../core/groupingValidation"
981
1001
  }
982
1002
  ],
983
1003
  "format": "esm"
@@ -1212,7 +1232,7 @@
1212
1232
  "format": "esm"
1213
1233
  },
1214
1234
  "src/execute.ts": {
1215
- "bytes": 474059,
1235
+ "bytes": 475582,
1216
1236
  "imports": [
1217
1237
  {
1218
1238
  "path": "src/lexer/lexer.ts",
@@ -1967,13 +1987,19 @@
1967
1987
  "bytesInOutput": 651
1968
1988
  },
1969
1989
  "src/converter/whereToKintone.ts": {
1970
- "bytesInOutput": 5102
1990
+ "bytesInOutput": 5273
1971
1991
  },
1972
1992
  "src/core/aggregateExpression.ts": {
1973
- "bytesInOutput": 2730
1993
+ "bytesInOutput": 2846
1994
+ },
1995
+ "src/engine/groupingRowMeta.ts": {
1996
+ "bytesInOutput": 559
1997
+ },
1998
+ "src/core/groupingValidation.ts": {
1999
+ "bytesInOutput": 5237
1974
2000
  },
1975
2001
  "src/converter/selectToKintone.ts": {
1976
- "bytesInOutput": 9456
2002
+ "bytesInOutput": 9742
1977
2003
  },
1978
2004
  "src/core/cteInlining.ts": {
1979
2005
  "bytesInOutput": 1224
@@ -1999,12 +2025,6 @@
1999
2025
  "src/core/statementValidation.ts": {
2000
2026
  "bytesInOutput": 233
2001
2027
  },
2002
- "src/engine/groupingRowMeta.ts": {
2003
- "bytesInOutput": 559
2004
- },
2005
- "src/core/groupingValidation.ts": {
2006
- "bytesInOutput": 5175
2007
- },
2008
2028
  "src/core/batch.ts": {
2009
2029
  "bytesInOutput": 6337
2010
2030
  },
@@ -2015,7 +2035,7 @@
2015
2035
  "bytesInOutput": 5893
2016
2036
  },
2017
2037
  "src/parser/parser.ts": {
2018
- "bytesInOutput": 95677
2038
+ "bytesInOutput": 96162
2019
2039
  },
2020
2040
  "src/core/fieldSemantics.ts": {
2021
2041
  "bytesInOutput": 1368
@@ -2024,16 +2044,16 @@
2024
2044
  "bytesInOutput": 2804
2025
2045
  },
2026
2046
  "src/engine/evalFunc.ts": {
2027
- "bytesInOutput": 10962
2047
+ "bytesInOutput": 11272
2028
2048
  },
2029
2049
  "src/engine/evalWhere.ts": {
2030
- "bytesInOutput": 5788
2050
+ "bytesInOutput": 6038
2031
2051
  },
2032
2052
  "src/core/dmlCustomCheck.ts": {
2033
2053
  "bytesInOutput": 1251
2034
2054
  },
2035
2055
  "src/converter/dmlToKintone.ts": {
2036
- "bytesInOutput": 10445
2056
+ "bytesInOutput": 10639
2037
2057
  },
2038
2058
  "src/core/applyMultiValuePlan.ts": {
2039
2059
  "bytesInOutput": 1485
@@ -2126,7 +2146,7 @@
2126
2146
  "bytesInOutput": 1223
2127
2147
  },
2128
2148
  "src/engine/process.ts": {
2129
- "bytesInOutput": 20100
2149
+ "bytesInOutput": 22111
2130
2150
  },
2131
2151
  "src/converter/subtableAdapter.ts": {
2132
2152
  "bytesInOutput": 643
@@ -2186,7 +2206,7 @@
2186
2206
  "bytesInOutput": 412
2187
2207
  },
2188
2208
  "src/execute.ts": {
2189
- "bytesInOutput": 189921
2209
+ "bytesInOutput": 190527
2190
2210
  },
2191
2211
  "src/engine-library/errors.ts": {
2192
2212
  "bytesInOutput": 1440
@@ -2255,7 +2275,7 @@
2255
2275
  "bytesInOutput": 127
2256
2276
  }
2257
2277
  },
2258
- "bytes": 558653
2278
+ "bytes": 563144
2259
2279
  }
2260
2280
  }
2261
2281
  }