Hello out there,
I stumbled over a strange behavior when a SQL ends with a comment.
Consider this:
select * from dual; -- what?
When I run the query (e.g. via F9) the script output is shown and not the query output.
The query output is filled though. I did not notice this behavior prior to 24.2.0.
Without the comment, it works as expected.