@rex0220/kintone-sql-tools 3.81.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.
- package/dist-cli/ksql.js +1 -0
- package/dist-engine/index.cjs +2 -2
- package/dist-engine/index.mjs +2 -2
- package/dist-engine/ksql-engine.umd.js +2 -2
- package/dist-engine/meta/bundle-baseline.json +7 -7
- package/dist-engine/meta/cjs.json +3 -3
- package/dist-engine/meta/esm.json +3 -3
- package/dist-engine/meta/umd.json +3 -3
- package/dist-flow/index.cjs +2 -2
- package/dist-flow/index.mjs +2 -2
- package/dist-flow/meta/cjs.json +3 -3
- package/dist-flow/meta/esm.json +3 -3
- package/dist-mcp/ksql-mcp.js +3 -2
- package/dist-mcpb/ksql-mcp.mcpb +0 -0
- package/package.json +1 -1
package/dist-cli/ksql.js
CHANGED
|
@@ -24232,6 +24232,7 @@ function collectRequiredFieldsByTable(stmt, plainGroupByPlan, sourceAware) {
|
|
|
24232
24232
|
};
|
|
24233
24233
|
const walkFieldValue = (fv, phase = "select") => {
|
|
24234
24234
|
if (fv.type === "FIELD") {
|
|
24235
|
+
if (fv.hiddenWindowRef) return;
|
|
24235
24236
|
if (fv.aggregateRef) {
|
|
24236
24237
|
walkAgg(fv.aggregateRef, phase);
|
|
24237
24238
|
return;
|