Replies: 1 comment
-
This is not according to the standard (https://google.github.io/sqlcommenter/) and I don't think all clients would support this so it's not something we'll change. You could try doing this in a fork of the package of your own. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In the current project, we use very long queries (long query size and long execution time) and we have a page or somebody use applications where we can see all queries in real time, like
SHOW FULL PROCESSLIST,
but usually, we can see only the first few hundred characters of a query and would be good to see comments and not load the full queries and find where is comment.
Is it possible to add this option?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions