dotnet / dotnet/efcore

The same alias is sometimes used in multiple (non-conflicting) aliases

Open
#32,778 1 comment 0 reactions 0 assignees View on GitHub
area-query
Dominant language
C#
Stars
14.8k
Forks
3.4k
PR merge metrics
PR metrics pending

Description

We generally try to assign unique aliases to tables in the SQL tree. However, in some cases we do reuse the same alias; this occurs in non-conflicting contexts, i.e. where there's no scope overlap between the two contexts. So there's no functional impact at the moment as far as we know (though there may be databases out there which could have a problem with this); it's still a good idea to keep aliases as unique as possible for readability, at the very least.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.