Customizing the query time layout in status window, is it possible? #5320
Unanswered
stefanos82
asked this question in
Q&A
Replies: 1 comment 2 replies
-
This is doable, but needs implementation. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When I execute a query, I get the following output, e.g.:
[21:35:41] Query finished in 0.002 second(s).
Is it possible to customize the output query time, to represent more zeros, like we do with
printf()
?Or if time is let's say in milliseconds, to represent in
ms
, microseconds inμs
, nanoseconds inns
?Just a thought, nothing more.
Beta Was this translation helpful? Give feedback.
All reactions