Checking the notepad++ Plugin for a sql on db2 on z/os.
SQL eads like
select
field1 as alpha,
— field2 as beta,
field3 as gamma
from table1
;
works perfectly ignoring the entire string in the row identified as a comment by the — prefix.
when I use SqlinForm plugin with my current options it does not properly treat the comment row and creates
……
— field2
as
beta,
field3
as gamma
which obviously is syntactically wrong.
Seems it does not understand that a comment tow must be left untouched.
Are there any options to prevent this from happening.
Thanks for your help!

