Community
Participate
Working Groups
Add support for ForEach with Arrays
Work is done. There used to be optional portions to the foreach, such as INTO, USING, and WITH, and those have been removed from the parser since they're not supported in any form of foreach. When the target is an array the user must declare a variable in the loop as follows: foreach (item int from myarray) ... end The SQL version of foreach does not currently support this syntax, it is unchanged from before.