Resolved: can timestamp indicator in status line of SQL window be turned off?

Claus Pedersen

Member³
From the PL/SQL Developer 13.0 Beta page: "The status line message now includes the timestamp when execution has finished."

Is there an option to turn the timestamp display off?
 
I execute a query, select * from user_objects
and the status line shows e.g. "[17:25:50] 48 rows selected in 0,141 seconds (more...)"

I place the cursor on a field in the grid view, e.g. column "object_name" and the status bar shows:
"object_name, varchar2(128), optional, Name of the object"
This is OK and by design.

After approx. 10 seconds the status line shift back to "[17:25:50] 48 rows selected in 0,141 seconds (more...)"

Please only show the "... 48 rows selected ..." message one time at the end of the query. When the status line shifts to something else, do not reverse the text again.
 
Back
Top