there is no way to recognize which database is the one I'm working when I run the sql, both in the result tab and the script, the problem is when I have 2 databases connected and I open a new SQL file for both. I have bypassed it with saving a sql file with the named database and create with the existing sql file.
it's better if we have something in a way we can switch or just a mention we are in the first connection like in the oracle sql developer:
It would be more interesting if we set the maxRows in the result set to -1 but when we run the script, it run for the 10 first and when we paginate to the next, it would run for the next 10 result like oracle sql developer but not running for all the result once and we have to wait for a long time.