-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cosmos: Implement proper source alias management #33894
Labels
area-cosmos
area-query
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
type-enhancement
Milestone
Comments
roji
added a commit
to roji/efcore
that referenced
this issue
Jun 24, 2024
roji
added
the
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
label
Jun 24, 2024
roji
changed the title
Cosmos: implement proper source alias management
Cosmos: Implement proper source alias management
Jun 24, 2024
roji
added a commit
to roji/efcore
that referenced
this issue
Jun 24, 2024
roji
added a commit
to roji/efcore
that referenced
this issue
Jun 25, 2024
roji
added a commit
to roji/efcore
that referenced
this issue
Jun 25, 2024
roji
added a commit
to roji/efcore
that referenced
this issue
Jun 25, 2024
roji
added a commit
to roji/efcore
that referenced
this issue
Jun 25, 2024
roji
added a commit
to roji/efcore
that referenced
this issue
Jul 2, 2024
roji
added a commit
to roji/efcore
that referenced
this issue
Jul 3, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area-cosmos
area-query
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
type-enhancement
Now that we're supporting more advanced querying scenarios in Cosmos, we need to do proper alias management. Specifically, there can be more than one source in a Cosmos query now (subqueries, we'll have joins too at some point), and we need to have proper aliases for them. Port over the work done in relational (#32784).
The text was updated successfully, but these errors were encountered: