Hi,
I just added an end-sql statement to some workspaces, each with a comment on the preceding line. The comment is a T-SQL line comment on a separate line, i.e. with prepended "--" (two dashes).
This fails, as it seems FME gobbles up the first dash before execution, rendering the complete statement invalid.
If this WAD og a bug ?
Is it possible to add comments as "/* ... */" instead, or would "--- ..." (i.e. 3+ dashes) work ?
It also doesn't look like line-feeds in the statement are respected, so maybe line comments are a complete no-go ?
Cheers
Lars