Hello
I have the following SQL
SELECT CASE WHEN bs = 'B THEN '12Xkljsdg--X' ELSE receiverid END AS buyerparty from base.
However, if I have selected the setting that "Convert Line comments into Block Comments", it destroys the SQL for me.
The result is then:
SELECT CASE WHEN bs = 'B THEN '12Xkljsdg/*--X'*/ ELSE receiverid END AS buyerparty from base
which is wrong.
How can I prevent this?
Greetings
Ben
thanks for your feedback.
This is a parser error.
Will fix this asap
Regards
Guido
please give the new Release 6.23.9 a try. This issue should be fixed
Regards
Guido
@admin Great!
This fast support alone is worth every cent of the licence!