How can we help you today? How can we help you today?
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...
2 followers 2 comments 0 votes
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...
1 follower 1 comment 0 votes