-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix #18 - No icon for Table Valued Functions.
Turns out that table valued functions have "Table-valued functrion" as their @LogicalOp. Looking for `:sTableValued` function seems like a more reliable way of identifying the node type, but this change only does this for Table valued functions for now to fix the bug.
- Loading branch information
Justin Pealing
authored and
Justin Pealing
committed
Oct 18, 2016
1 parent
a003aaa
commit d25b1dc
Showing
2 changed files
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters