Comments
3 comments
-
Hi a.higgins,
Which version of SQL Prompt are you currently using? I just tested this here on 7.2.4 and it appears to be working:
If you're not on the latest version could you see if upgrading helps?
Thanks,
Aaron. -
Up until this morning, I was using 7.2.2.273, and the highlighting didn't work:
I downloaded 7.2.4.291 an hour ago, and apparently something you did fixed this issue, since I'm also not seeing it now. Reading over the release notes, perhaps it was a side effect of "Support ticket 67262: Fix for rename alias/variable inside OVER clauses not working"? -
I'm glad to hear it's now working for you!
I think you're right and it's likely the fix for support ticket 67262 also fixed the issue you were seeing as the same underlying system is used for both to detect where objects are in the script.
Thanks,
Aaron.
Add comment
Please sign in to leave a comment.
For example, in the following code, placing the caret on the alias 'mt' or on the column 'y' does not highlight the matching uses of those objects within the ROW_NUMBER() function's ORDER BY: