Activity overview
Latest activity by majahanson311
comma placement: variable assignments inside select clause
When a select statement contains multiple variable assignments, the commas get placed on a line by themselves.SELECT
@firstChar = CHARINDEX('-', output, 0)
,
@l...
alter table [tname] add or drop constraint
While formatting, it seems to skip over table constraintsALTER TABLE [dbo].[Cube]
ADD CONSTRAINT
PK_Cube PRIMARY KEY CLUSTERED
(TrendStart, TrendEnd, Level1, Level2, Level3, L...
end-of-line comments moved around strangely
I really like what I see so far in this product, and hope it succeeds.
I don't know if there's a good way to implement this, and I can understand why this would happen (presumably a goal to change ...