@rex0220/kintone-sql-tools 3.76.0 → 3.78.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.
@@ -209,8 +209,13 @@
209
209
  ],
210
210
  "format": "esm"
211
211
  },
212
+ "src/core/projectedNameResolution.ts": {
213
+ "bytes": 603,
214
+ "imports": [],
215
+ "format": "esm"
216
+ },
212
217
  "src/core/aggregateDependencyValidation.ts": {
213
- "bytes": 17726,
218
+ "bytes": 17909,
214
219
  "imports": [
215
220
  {
216
221
  "path": "src/core/grouping.ts",
@@ -221,12 +226,17 @@
221
226
  "path": "src/core/optimization/plainGroupByPlan.ts",
222
227
  "kind": "import-statement",
223
228
  "original": "./optimization/plainGroupByPlan"
229
+ },
230
+ {
231
+ "path": "src/core/projectedNameResolution.ts",
232
+ "kind": "import-statement",
233
+ "original": "./projectedNameResolution"
224
234
  }
225
235
  ],
226
236
  "format": "esm"
227
237
  },
228
238
  "src/core/groupingValidation.ts": {
229
- "bytes": 11523,
239
+ "bytes": 11558,
230
240
  "imports": [
231
241
  {
232
242
  "path": "src/core/grouping.ts",
@@ -247,7 +257,7 @@
247
257
  "format": "esm"
248
258
  },
249
259
  "src/converter/selectToKintone.ts": {
250
- "bytes": 30101,
260
+ "bytes": 30353,
251
261
  "imports": [
252
262
  {
253
263
  "path": "../types/ast",
@@ -278,12 +288,17 @@
278
288
  "path": "src/core/groupingValidation.ts",
279
289
  "kind": "import-statement",
280
290
  "original": "../core/groupingValidation"
291
+ },
292
+ {
293
+ "path": "src/core/projectedNameResolution.ts",
294
+ "kind": "import-statement",
295
+ "original": "../core/projectedNameResolution"
281
296
  }
282
297
  ],
283
298
  "format": "esm"
284
299
  },
285
300
  "src/core/cteInlining.ts": {
286
- "bytes": 3111,
301
+ "bytes": 3031,
287
302
  "imports": [
288
303
  {
289
304
  "path": "src/converter/selectToKintone.ts",
@@ -294,6 +309,11 @@
294
309
  "path": "src/core/grouping.ts",
295
310
  "kind": "import-statement",
296
311
  "original": "./grouping"
312
+ },
313
+ {
314
+ "path": "src/core/aggregateDependencyValidation.ts",
315
+ "kind": "import-statement",
316
+ "original": "./aggregateDependencyValidation"
297
317
  }
298
318
  ],
299
319
  "format": "esm"
@@ -648,8 +668,13 @@
648
668
  ],
649
669
  "format": "esm"
650
670
  },
671
+ "src/core/expressionSemantics.ts": {
672
+ "bytes": 3798,
673
+ "imports": [],
674
+ "format": "esm"
675
+ },
651
676
  "src/engine/evalWhere.ts": {
652
- "bytes": 21083,
677
+ "bytes": 20942,
653
678
  "imports": [
654
679
  {
655
680
  "path": "src/types/ast.ts",
@@ -690,6 +715,11 @@
690
715
  "path": "src/core/aggregateExpression.ts",
691
716
  "kind": "import-statement",
692
717
  "original": "../core/aggregateExpression"
718
+ },
719
+ {
720
+ "path": "src/core/expressionSemantics.ts",
721
+ "kind": "import-statement",
722
+ "original": "../core/expressionSemantics"
693
723
  }
694
724
  ],
695
725
  "format": "esm"
@@ -1139,8 +1169,14 @@
1139
1169
  "format": "esm"
1140
1170
  },
1141
1171
  "src/core/optimization/canonicalOrderPlanner.ts": {
1142
- "bytes": 4885,
1143
- "imports": [],
1172
+ "bytes": 5042,
1173
+ "imports": [
1174
+ {
1175
+ "path": "src/core/projectedNameResolution.ts",
1176
+ "kind": "import-statement",
1177
+ "original": "../projectedNameResolution"
1178
+ }
1179
+ ],
1144
1180
  "format": "esm"
1145
1181
  },
1146
1182
  "src/core/optimization/korderPlanner.ts": {
@@ -1181,7 +1217,7 @@
1181
1217
  "format": "esm"
1182
1218
  },
1183
1219
  "src/engine/process.ts": {
1184
- "bytes": 89720,
1220
+ "bytes": 90912,
1185
1221
  "imports": [
1186
1222
  {
1187
1223
  "path": "src/core/optimization/crossJoinRowPlan.ts",
@@ -1232,6 +1268,16 @@
1232
1268
  "path": "src/core/groupingValidation.ts",
1233
1269
  "kind": "import-statement",
1234
1270
  "original": "../core/groupingValidation"
1271
+ },
1272
+ {
1273
+ "path": "src/core/expressionSemantics.ts",
1274
+ "kind": "import-statement",
1275
+ "original": "../core/expressionSemantics"
1276
+ },
1277
+ {
1278
+ "path": "src/core/projectedNameResolution.ts",
1279
+ "kind": "import-statement",
1280
+ "original": "../core/projectedNameResolution"
1235
1281
  }
1236
1282
  ],
1237
1283
  "format": "esm"
@@ -1492,7 +1538,7 @@
1492
1538
  "format": "esm"
1493
1539
  },
1494
1540
  "src/execute.ts": {
1495
- "bytes": 635459,
1541
+ "bytes": 649459,
1496
1542
  "imports": [
1497
1543
  {
1498
1544
  "path": "src/lexer/lexer.ts",
@@ -1589,6 +1635,16 @@
1589
1635
  "kind": "import-statement",
1590
1636
  "original": "./core/scalarCompare"
1591
1637
  },
1638
+ {
1639
+ "path": "src/core/expressionSemantics.ts",
1640
+ "kind": "import-statement",
1641
+ "original": "./core/expressionSemantics"
1642
+ },
1643
+ {
1644
+ "path": "src/core/projectedNameResolution.ts",
1645
+ "kind": "import-statement",
1646
+ "original": "./core/projectedNameResolution"
1647
+ },
1592
1648
  {
1593
1649
  "path": "src/core/exactDecimal.ts",
1594
1650
  "kind": "import-statement",
@@ -1971,13 +2027,145 @@
1971
2027
  ],
1972
2028
  "format": "esm"
1973
2029
  },
2030
+ "src/flow-library/exportSinkContext.ts": {
2031
+ "bytes": 4430,
2032
+ "imports": [
2033
+ {
2034
+ "path": "src/core/batch.ts",
2035
+ "kind": "import-statement",
2036
+ "original": "../core/batch"
2037
+ },
2038
+ {
2039
+ "path": "src/flow-library/errors.ts",
2040
+ "kind": "import-statement",
2041
+ "original": "./errors"
2042
+ }
2043
+ ],
2044
+ "format": "esm"
2045
+ },
1974
2046
  "src/flow-library/publicTypes.ts": {
1975
- "bytes": 12210,
2047
+ "bytes": 13197,
2048
+ "imports": [],
2049
+ "format": "esm"
2050
+ },
2051
+ "src/export/types.ts": {
2052
+ "bytes": 2862,
1976
2053
  "imports": [],
1977
2054
  "format": "esm"
1978
2055
  },
2056
+ "src/export/decimalText.ts": {
2057
+ "bytes": 1592,
2058
+ "imports": [
2059
+ {
2060
+ "path": "src/export/types.ts",
2061
+ "kind": "import-statement",
2062
+ "original": "./types"
2063
+ }
2064
+ ],
2065
+ "format": "esm"
2066
+ },
2067
+ "src/export/dateTimeText.ts": {
2068
+ "bytes": 3819,
2069
+ "imports": [
2070
+ {
2071
+ "path": "src/export/types.ts",
2072
+ "kind": "import-statement",
2073
+ "original": "./types"
2074
+ }
2075
+ ],
2076
+ "format": "esm"
2077
+ },
2078
+ "src/export/cellSerializer.ts": {
2079
+ "bytes": 3750,
2080
+ "imports": [
2081
+ {
2082
+ "path": "src/export/decimalText.ts",
2083
+ "kind": "import-statement",
2084
+ "original": "./decimalText"
2085
+ },
2086
+ {
2087
+ "path": "src/export/dateTimeText.ts",
2088
+ "kind": "import-statement",
2089
+ "original": "./dateTimeText"
2090
+ },
2091
+ {
2092
+ "path": "src/export/types.ts",
2093
+ "kind": "import-statement",
2094
+ "original": "./types"
2095
+ }
2096
+ ],
2097
+ "format": "esm"
2098
+ },
2099
+ "src/export/encoding.ts": {
2100
+ "bytes": 1593,
2101
+ "imports": [
2102
+ {
2103
+ "path": "src/export/types.ts",
2104
+ "kind": "import-statement",
2105
+ "original": "./types"
2106
+ }
2107
+ ],
2108
+ "format": "esm"
2109
+ },
2110
+ "src/export/csvSerializer.ts": {
2111
+ "bytes": 1908,
2112
+ "imports": [
2113
+ {
2114
+ "path": "src/export/cellSerializer.ts",
2115
+ "kind": "import-statement",
2116
+ "original": "./cellSerializer"
2117
+ },
2118
+ {
2119
+ "path": "src/export/dateTimeText.ts",
2120
+ "kind": "import-statement",
2121
+ "original": "./dateTimeText"
2122
+ },
2123
+ {
2124
+ "path": "src/export/encoding.ts",
2125
+ "kind": "import-statement",
2126
+ "original": "./encoding"
2127
+ },
2128
+ {
2129
+ "path": "src/export/types.ts",
2130
+ "kind": "import-statement",
2131
+ "original": "./types"
2132
+ },
2133
+ {
2134
+ "path": "src/export/types.ts",
2135
+ "kind": "import-statement",
2136
+ "original": "./types"
2137
+ }
2138
+ ],
2139
+ "format": "esm"
2140
+ },
2141
+ "src/flow-library/exportSinks.ts": {
2142
+ "bytes": 4042,
2143
+ "imports": [
2144
+ {
2145
+ "path": "src/execute.ts",
2146
+ "kind": "import-statement",
2147
+ "original": "../execute"
2148
+ },
2149
+ {
2150
+ "path": "src/export/csvSerializer.ts",
2151
+ "kind": "import-statement",
2152
+ "original": "../export/csvSerializer"
2153
+ },
2154
+ {
2155
+ "path": "src/flow-library/errors.ts",
2156
+ "kind": "import-statement",
2157
+ "original": "./errors"
2158
+ },
2159
+ {
2160
+ "path": "src/flow-library/exportSinkContext.ts",
2161
+ "kind": "import-statement",
2162
+ "original": "./exportSinkContext"
2163
+ }
2164
+ ],
2165
+ "format": "esm"
2166
+ },
1979
2167
  "src/flow-library/index.ts": {
1980
- "bytes": 14921,
2168
+ "bytes": 15628,
1981
2169
  "imports": [
1982
2170
  {
1983
2171
  "path": "src/core/diagnostics.ts",
@@ -2019,10 +2207,20 @@
2019
2207
  "kind": "import-statement",
2020
2208
  "original": "./importSources"
2021
2209
  },
2210
+ {
2211
+ "path": "src/flow-library/exportSinkContext.ts",
2212
+ "kind": "import-statement",
2213
+ "original": "./exportSinkContext"
2214
+ },
2022
2215
  {
2023
2216
  "path": "src/flow-library/publicTypes.ts",
2024
2217
  "kind": "import-statement",
2025
2218
  "original": "./publicTypes"
2219
+ },
2220
+ {
2221
+ "path": "src/flow-library/exportSinks.ts",
2222
+ "kind": "import-statement",
2223
+ "original": "./exportSinks"
2026
2224
  }
2027
2225
  ],
2028
2226
  "format": "esm"
@@ -2040,9 +2238,13 @@
2040
2238
  "disposeExecutionContext",
2041
2239
  "executeStatement",
2042
2240
  "explainScript",
2241
+ "exportSinkStatus",
2043
2242
  "isDmlResult",
2044
2243
  "parseScript",
2045
2244
  "previewStatement",
2245
+ "serializeCsvExport",
2246
+ "serializeExportSink",
2247
+ "serializeSelectResultAsCsv",
2046
2248
  "validateScript",
2047
2249
  "version"
2048
2250
  ],
@@ -2105,17 +2307,20 @@
2105
2307
  "src/core/optimization/plainGroupByPlan.ts": {
2106
2308
  "bytesInOutput": 3124
2107
2309
  },
2310
+ "src/core/projectedNameResolution.ts": {
2311
+ "bytesInOutput": 102
2312
+ },
2108
2313
  "src/core/aggregateDependencyValidation.ts": {
2109
- "bytesInOutput": 8228
2314
+ "bytesInOutput": 8267
2110
2315
  },
2111
2316
  "src/core/groupingValidation.ts": {
2112
- "bytesInOutput": 3811
2317
+ "bytesInOutput": 3833
2113
2318
  },
2114
2319
  "src/converter/selectToKintone.ts": {
2115
- "bytesInOutput": 10148
2320
+ "bytesInOutput": 10224
2116
2321
  },
2117
2322
  "src/core/cteInlining.ts": {
2118
- "bytesInOutput": 1224
2323
+ "bytesInOutput": 1164
2119
2324
  },
2120
2325
  "src/core/fieldSemantics.ts": {
2121
2326
  "bytesInOutput": 1369
@@ -2174,8 +2379,11 @@
2174
2379
  "src/engine/evalFunc.ts": {
2175
2380
  "bytesInOutput": 11626
2176
2381
  },
2382
+ "src/core/expressionSemantics.ts": {
2383
+ "bytesInOutput": 1598
2384
+ },
2177
2385
  "src/engine/evalWhere.ts": {
2178
- "bytesInOutput": 6296
2386
+ "bytesInOutput": 6091
2179
2387
  },
2180
2388
  "src/core/dmlCustomCheck.ts": {
2181
2389
  "bytesInOutput": 1251
@@ -2259,7 +2467,7 @@
2259
2467
  "bytesInOutput": 246
2260
2468
  },
2261
2469
  "src/core/optimization/canonicalOrderPlanner.ts": {
2262
- "bytesInOutput": 1784
2470
+ "bytesInOutput": 1884
2263
2471
  },
2264
2472
  "src/core/optimization/korderPlanner.ts": {
2265
2473
  "bytesInOutput": 2244
@@ -2277,7 +2485,7 @@
2277
2485
  "bytesInOutput": 1223
2278
2486
  },
2279
2487
  "src/engine/process.ts": {
2280
- "bytesInOutput": 27972
2488
+ "bytesInOutput": 27958
2281
2489
  },
2282
2490
  "src/converter/subtableAdapter.ts": {
2283
2491
  "bytesInOutput": 643
@@ -2340,7 +2548,7 @@
2340
2548
  "bytesInOutput": 412
2341
2549
  },
2342
2550
  "src/execute.ts": {
2343
- "bytesInOutput": 252515
2551
+ "bytesInOutput": 255596
2344
2552
  },
2345
2553
  "src/api/cursorLeaseManager.ts": {
2346
2554
  "bytesInOutput": 1777
@@ -2366,14 +2574,38 @@
2366
2574
  "src/flow-library/importSources.ts": {
2367
2575
  "bytesInOutput": 516
2368
2576
  },
2577
+ "src/flow-library/exportSinkContext.ts": {
2578
+ "bytesInOutput": 1678
2579
+ },
2369
2580
  "src/flow-library/publicTypes.ts": {
2370
2581
  "bytesInOutput": 442
2371
2582
  },
2372
2583
  "src/flow-library/index.ts": {
2373
- "bytesInOutput": 6014
2584
+ "bytesInOutput": 6054
2585
+ },
2586
+ "src/export/types.ts": {
2587
+ "bytesInOutput": 750
2588
+ },
2589
+ "src/export/decimalText.ts": {
2590
+ "bytesInOutput": 623
2591
+ },
2592
+ "src/export/dateTimeText.ts": {
2593
+ "bytesInOutput": 1823
2594
+ },
2595
+ "src/export/cellSerializer.ts": {
2596
+ "bytesInOutput": 1548
2597
+ },
2598
+ "src/export/encoding.ts": {
2599
+ "bytesInOutput": 686
2600
+ },
2601
+ "src/export/csvSerializer.ts": {
2602
+ "bytesInOutput": 614
2603
+ },
2604
+ "src/flow-library/exportSinks.ts": {
2605
+ "bytesInOutput": 1593
2374
2606
  }
2375
2607
  },
2376
- "bytes": 694883
2608
+ "bytes": 709084
2377
2609
  }
2378
2610
  }
2379
2611
  }