Being able to set the case for data types is great (the standard here for data types is lowercase)! However, when I type "DECLARE @x ch" the menu comes up, but then when I select CHAR, it turns into "DECLARE @x CHAR()" instead of "DECLARE @x char()". The only data type (I have only gone through the common ones we use) that stays lowercase is varchar ("DECLARE @x varc" becomes "DECLARE @x varchar()"); the rest still are uppercased, even though the setting is set to lowercase for data types.
Comments
1 comment
Add comment
Please sign in to leave a comment.