Uppercased Comments
jlspublic
Posts: 4
When Case Settings is set to "Force UPPERCASE" keywords are uppercased when I type comments. Is there some way to get this function to leave comments alone?
Comments
It shouldn't be doing that. Can you give me an example where this is happening? Also what editor are you using?
Regards,
Tilman
CREATE PROCEDURE Bob
AS
BEGIN
/*
JOIN us IN celebration OF this discovery.
*/
END
As you can see from the way that SQL Prompt capitalized the SQL keywords in the comment I typed, it doesn't recognize that that line is a comment. For now, I am working around this by pre-pending the "--" comment tag to the comment lines which gets SQL Prompt to leave them alone.
Yup, that's a bug. Thanks for reporting it and sorry for the inconvenience.
Regards,
Tilman
I also want to thank you for your prompt and frank acknowledgment that this is a bug. Too often I find that component/tool vendors go out of their way to sweep these types of problems under the rug. It's refreshing to have someone take responsibility and communicate with users openly, like professionals.
-JLS