Comments
4 comments
-
Sorry, just to be absolutely clear: you hit ENTER (or whatever) and it didn't insert anything at all? Sounds a bit nasty. Could you tell me which editor you were using please?
Thanks,
Bart -
I was using SSMS.
What happened is after i pressed enter the candidate box just disappeared. I could press control-space and get it to show up again and then enter would just leave it incomplete.
I'll have a play around and see if i can replicate it. -
Ok, i think i have been able to reproduce this using AW.
SELECT * FROM HumanResources.Department A INNER JOIN HumanResources.vEmployee V on vEm
The list shows 3 items, the 2nd one clicks ok, the first doesnt click.
Can someone please confirm this? -
OK thanks, we'll look into it.
Cheers,
Bart
Add comment
Please sign in to leave a comment.
I had the following bit of code (in a more complex proc):
LEFT JOIN cus_Customer C ON C.CustomerID=M.CustomerID
LEFT JOIN sec_Person P ON N.ActionedByID=P.PersonID
INNER JOIN view_cus_Org
I pressed control-space and the view i wanted came up in the candidate list as the only entry. I pressed enter and the view didn't auto-complete. Tried this a few times and it didn't complete (in that instance).
Did some more testing:
Having a script with only the above code on it, it completed fine for the 2nd half, the first half wouldnt complete.