Skip to content

Prevent false positives with AL05 and array functions#6365

Merged
greg-finley merged 2 commits intomainfrom
ac/aliasing
Oct 17, 2024
Merged

Prevent false positives with AL05 and array functions#6365
greg-finley merged 2 commits intomainfrom
ac/aliasing

Conversation

@alanmcruickshank
Copy link
Copy Markdown
Member

Resolves #4623 . Some of these examples were already resolved, so I've added test cases, but calling array functions and then referring to what looks like a table reference, but it's actually a column reference wasn't. This adds an edge case to AL05 for that syntax.

@github-actions
Copy link
Copy Markdown
Contributor

Coverage Results ✅

Name    Stmts   Miss  Cover   Missing
-------------------------------------
TOTAL   18595      0   100%

236 files skipped due to complete coverage.

@greg-finley greg-finley added this pull request to the merge queue Oct 17, 2024
Merged via the queue into main with commit f483159 Oct 17, 2024
@greg-finley greg-finley deleted the ac/aliasing branch October 17, 2024 16:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

aliasing.unused false positive when a table alias is used while unnesting

2 participants