Well, there's a slight problem. The SQL parser we're using keels over when there are /* comment */ comments in the query
, so color coding/beautifying is disabled.
I checked if the sql parser is still around, it is, but it's so expensive ($2000+ for our case
) so that's not going to happen (no word if it supports this too, so we're not going to do that).
I can add it, but beautifying the query is then switched off. I've added it as a checkbox to the query pane, which is by default switched off (so normal behavior), you can check it, and it remembers it for that session and all queries viewed after that have the parameters inlined (and beautification/color coding off). There's some basic beautification, but it's not as good as the sql parser does.
I have to admit, I hate it that it has to switch off the beautification/color coding, gives a buggy impression (well, there's a bug somewhere, but not in code we can change, the parser simply crashes, as it does in some cases).