Activity overview
Latest activity by Number2
OK, I see what's happening...we've got two things causing this. One is the formatting from CTRL+K,CTRL+Y and the other is the inline-formatting/replacing feature like when you have SELECT * FROM OPENJSON() and then hit TAB when you're on that * to have it auto-expand that star into the columns. That one will also convert them to Key Value camel.
So, with USER-DEFINED OBJECTS -> USE OBJECT DEFINITION CASE as UNCHECKED, the CTRL+K, CTRL+Y formatting does NOT exhibit this problem, but the TAB expansion of columns where it replaces text as you're typing, that DOES still camel case it for me.
Version 8.0.11.2296 / comments
OK, I see what's happening...we've got two things causing this. One is the formatting from CTRL+K,CTRL+Y and the other is the inline-formatting/replacing feature like when you have SELECT * FROM O...
When I turn that off, then it casts them as all uppercase instead of camel. / comments
When I turn that off, then it casts them as all uppercase instead of camel.
Now that I mention it, the [value] column also gets CamelCased to [Value] every time too. / comments
Now that I mention it, the [value] column also gets CamelCased to [Value] every time too.