-
Notifications
You must be signed in to change notification settings - Fork 33
Result view - include label/name in tooltip #383
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Result view - include label/name in tooltip #383
Conversation
# Conflicts: # src/views/results/html.ts
# Conflicts: # src/connection/manager.ts
![]() @janfh I tried this today but I can't seem to get the label to show. What am I missing? LABEL ON COLUMN SNDBX87.DEPARTMENT (deptno is 'department number');
SELECT * FROM SNDBX87.DEPARTMENT as a; |
@worksofliam : Can you please verify that extended metadata is enabled for the connection? |
@janfh I can confirm it is. |
@janfh I just noticed there is no change to I see it come through when I set it manually: ![]() |
@worksofliam : Looks like I managed to revert extended metadata when merging from master. Appears to be working now, but I can test it some more |
@janfh i will test again. Thank you! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixes #380
Adds a second line in the tooltip when hovering the result view header that includes label or name depending on what is used in the header.
warning: manager.ts is modified to enable extended metadata by default (this is the same behaviour as ACS).