Activity overview
Latest activity by Jacco
Code Analysis Rule SC004, what are the keywords?
Code Analysis Rule SC004 "Found TODO comment" doesn't just look for a TODO comment, it also looks for other keywords. One of these is "Fixed", which is generating a number of false positives in our...
BUG: Code analysis raises PE002 warning when creating an index on a temp table
The PE0002 warning (Schema name for table or view is not specified) is raised when creating an index on a temp table. It is (correctly) not raised when selecting from a temp table.
Repro:
CREATE TA...