'Edit' command parsing in 10.6

We expected edit to parse as it had in 10.5, but there is a difference. The multi-line example works in 10.5.

– this returns all rows matching the where clause as expected
edit mytable where id = 52;

– this returns all rows in the table (ignoring the 2nd line) unless the two
– lines are selected first with the mouse
edit mytable
where id = 52;

Perhaps I will have better luck if I pose this as a question…

Is the fact that multline edit commands in 10.6 only run the first line considered a bug that will be fixed in a future release?

This is fixed for Shift+F9/CTRL+Enter execution and when highlighting the
statement. F9 execution still does not support multi-line edit statements.

Michael