Don't Want Keyword Formatting in Literal String
kenelm
Posts: 3
I just upgraded to V5 of SQL Prompt. I had been told previously by RedGate support that keyword formatting, such as turning to upper case, inside a literal string had been fixed in V5. I'm still seeing it. If I'm in a literal and type "on" or "when" etc., SQL Prompt reformats to ON and WHEN. I don't want this to happen inside a literal.
Can you tell me if there's a setting I'm missing to turn this off, or if this is supposed to be fixed, or will be fixed?
I'm running 5.0.1.7
Can you tell me if there's a setting I'm missing to turn this off, or if this is supposed to be fixed, or will be fixed?
I'm running 5.0.1.7
Comments
e.g. i typed this out all in lowercase and let sql prompt do the formatting without any tweaks from me.
SELECT * FROM sys.tables WHERE name = 'on when'
I don't recall changing anything in particular within the options.
Hope this helps in some way.