<const% broken for multiline statements
Brought to you by:
bricconi
This to let everybody know that unfortunately <const% expressions does not work for multiline statement.
example
select <const% substring(field,10) a,
0.5*field2 %const>
from table...
is broken because the regular experession does not work with \r\n characters.
I will fix this soon
Giovanni