@rex0220/kintone-sql-tools 3.82.0 → 3.83.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.
@@ -257,7 +257,7 @@
257
257
  "format": "esm"
258
258
  },
259
259
  "src/converter/selectToKintone.ts": {
260
- "bytes": 32606,
260
+ "bytes": 32855,
261
261
  "imports": [
262
262
  {
263
263
  "path": "../types/ast",
@@ -2302,7 +2302,7 @@
2302
2302
  "bytesInOutput": 3596
2303
2303
  },
2304
2304
  "src/converter/selectToKintone.ts": {
2305
- "bytesInOutput": 10890
2305
+ "bytesInOutput": 10918
2306
2306
  },
2307
2307
  "src/core/cteInlining.ts": {
2308
2308
  "bytesInOutput": 1164
@@ -2587,7 +2587,7 @@
2587
2587
  "bytesInOutput": 1593
2588
2588
  }
2589
2589
  },
2590
- "bytes": 719574
2590
+ "bytes": 719602
2591
2591
  }
2592
2592
  }
2593
2593
  }
@@ -257,7 +257,7 @@
257
257
  "format": "esm"
258
258
  },
259
259
  "src/converter/selectToKintone.ts": {
260
- "bytes": 32606,
260
+ "bytes": 32855,
261
261
  "imports": [
262
262
  {
263
263
  "path": "../types/ast",
@@ -2317,7 +2317,7 @@
2317
2317
  "bytesInOutput": 3596
2318
2318
  },
2319
2319
  "src/converter/selectToKintone.ts": {
2320
- "bytesInOutput": 10890
2320
+ "bytesInOutput": 10918
2321
2321
  },
2322
2322
  "src/core/cteInlining.ts": {
2323
2323
  "bytesInOutput": 1164
@@ -2605,7 +2605,7 @@
2605
2605
  "bytesInOutput": 1593
2606
2606
  }
2607
2607
  },
2608
- "bytes": 718788
2608
+ "bytes": 718816
2609
2609
  }
2610
2610
  }
2611
2611
  }
@@ -29765,7 +29765,7 @@ var import_docsResourceBuilder = __toESM(require_docsResourceBuilder());
29765
29765
 
29766
29766
  // src/mcp/serverVersion.ts
29767
29767
  init_define_KSQL_DOCS();
29768
- var SERVER_VERSION = true ? "3.82.0" : "0.0.0-dev";
29768
+ var SERVER_VERSION = true ? "3.83.0" : "0.0.0-dev";
29769
29769
 
29770
29770
  // src/mcp/docsResources.ts
29771
29771
  function loadFromRepoDocs() {
@@ -37574,6 +37574,7 @@ function collectRequiredFieldsByTable(stmt, plainGroupByPlan, sourceAware) {
37574
37574
  };
37575
37575
  const walkFieldValue = (fv, phase = "select") => {
37576
37576
  if (fv.type === "FIELD") {
37577
+ if (fv.hiddenWindowRef) return;
37577
37578
  if (fv.aggregateRef) {
37578
37579
  walkAgg(fv.aggregateRef, phase);
37579
37580
  return;
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rex0220/kintone-sql-tools",
3
- "version": "3.82.0",
3
+ "version": "3.83.0",
4
4
  "description": "kintone SQL plugin, CLI, and MCP tools (ksql)",
5
5
  "publishConfig": {
6
6
  "access": "public"