"left" keyword not changed to uppercase
TampaMike
Posts: 5
I have my Options > Format > Case > Reserved Keywords option set to uppercase. It works perfectly, except when I am typing "left" as in LEFT JOIN. It uppercases "join" so I end up with "left JOIN." Has anyone else encountered this? Any fixes/solutions? Thanks in advance!
Comments
I'm having difficulty recreating this is on my machine. Is it only on certain scripts or does it happen every time you use left join?
Thanks!
Aaron.
Thank you for the response. It happens every time. I discovered that it also happens with "right." But "inner" and every other reserved word works perfectly fine. This is happening on my office computer as well as my home computer. I am using version 6.2.0.631.
I'm still not able to recreate it here unfortunately. If you type:
SELECT * FROM Person.Address LEFT JOIN
in a new query window on AdventureWorks do you still see the problem?
And just to check, do you have any other addins in SSMS that might be affecting it?
Is there an xml or config file somewhere that lists the to-capitalize words?
You've got built in functions set to lowercase? I think as left and right are also functions, prompt is probably applying the function casing where it should be applying the reserved word one.
We are planning on releasing a 6.3 beta next week and i'll make sure it contains a fix for this issue.
Thanks,
Aaron.