Activity overview
Latest activity by VladI
UPDATE 2 (9.1.12, VS 2017 only) Looks like any field name not in PascalCase is converting to lowercase in CREATE NONCLUSTERED COLUMNSTORE INDEX statement. Examples Case is changed to lowercase( but it should not ): Id => id, Name => name, Memo => memo, Hostname => hostname Case is unchanged(as expected): SourceIp => SourceIp, HostName => HostName / comments
UPDATE 2 (9.1.12, VS 2017 only)Looks like any field name not in PascalCase is converting to lowercase in CREATE NONCLUSTERED COLUMNSTORE INDEX statement.Examples Case is changed to lowercase( but i...
Confirmed on 9.1.12 - this issue still occurring. / comments
Confirmed on 9.1.12 - this issue still occurring.
UPDATE 1 Same undesirable behavior is applicable to EventId column name. / comments
UPDATE 1Same undesirable behavior is applicable to EventId column name.
Bug in SQL Prompt 9.1.11.5038, Visual Studio 2017 (version 15.7)
Hello,I'm using custom formatting style in Visual Studio 2017, version 15.7.Issue:After applying the style (Ctrl+K, Ctrl+Y), if target column of reference constraint is named [Id], the case will be...