3 results found
-
Show panel with result set if it was previosly hidden
If panel with result set was hidden it should be unhidden on the next query execution.
Otherwise it is unclear whether the query has been executed or not.
For comparison, SSMS behaves this way.See a gif: https://i.imgur.com/pN6rvXW.gif
Steps to reproduce:
- execute a query
- hide panel with result set by mouse click to its horizontal border
- execute a query againExpected: the panel with result set is shown.
Actual: the panel with result set remains hidden.If user executes any select-statement he usually wants to see a result set, doesn't he?
So I don't see any reason…3 votes -
Transaction controls and settings
BEGIN / COMMIT / ROLLBACK is ignored when pressing "Execute Current Statement". Button / menu item for transaction control do not exists.
Changing auto-commit mode are helpful, too:
- auto-commit on
- auto-commit off => preserve error state
- auto-commit off with auto rollback
- auto-commit off with auto save point and rollback (emulates other dbs)2 votes -
LIVE RAISE NOTICE MESSAGES
I see that the RAISE NOTICE in postgresql does print out, but you can't see them until after the query has completed. Most other IDEs print out the notices while the query is running. This is actually quite useful when debugging long running queries. I, like most developers, will add RAISE NOTICE to print out running times, and if a query takes a long time I may cancel the query half way through but already have several messages printed for what I have changed and can see if I have made any progress without having to wait for the entire…
1 vote
- Don't see your idea?