It would be nice if it was possible to have the option to run sql as written (maybe a check-box).
This should allow the passing of comments in your sql. As it is now it is not possible to pass any comments to the executor.
This also makes it impossible to pass hints to the optimizer
select /*+ index(aa, my_awsome_index) */ * from myawsometable aa