Comments
1 comment
-
Hi there,
This is actually a bit contentious in that some people like to use '.' for code completion, so this is switched on by default. I personally hate this and always have so I always switch it off. The problem would be fixed if we listed the aliases in the candidate list.
However, this then leaves the other problem which is that the columns for the requisite alias should be displayed after qualifying with it. Currently this just doesn't work, however it will be fixed for the final release.
Many thanks,
Bart
Add comment
Please sign in to leave a comment.
The candidate window will pop up.
If I then type "C.", it will give a list of all objects starting with C, and when i press . it will select the first item from the list.
Leaving me with:
C. should just return any column for the table aliased.