[#7296] Added fix for empty window specification emulations

This commit is contained in:
lukaseder 2018-10-10 15:02:51 +02:00
parent 547a781b0f
commit f9009e109a

View File

@ -124,8 +124,7 @@ final class WindowDefinitionImpl extends AbstractQueryPart implements WindowDefi
}
}
// Default to printing the name
ctx.visit(name);
// [#7296] This is an empty window specification if we reach this far
}
}
}