In MySQL, we can use # to designate that anything following it should be treated as an in-line comment. It should be treated the same as if we were using -- before our in-line comment.
I think it would be great to be able to designate our own custom in-line or block comment indicator.
# this is a comment SELECT a.name # this is also a comment ,a.number -- this is also a comment FROM db.table a;
Hi @leefordss,
thanks for your feedback.
Will check if I can add this feature in the next release
Regards
Guido
good news. I changed the parser and gave it a try. It works fine
Feature will go live with next Release
Thx!
@admin Thank you for the quick turn around. This will make my formatting of older scripts much easier.