-
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: bad SQL generated when projecting out "Value" #33858
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-bug
Milestone
Comments
Yeah, I just encountered this while working on the Cosmos query pipeline - Cosmos disallows projecting something with the alias SELECT VALUE {
"Id": c["CustomerID"],
"Value": CONTAINS(c["CompanyName"], c["ContactName"])
} This is already fixed as part of my upcoming PR on primitive collections. |
@roji make sure to enable the test that I skipped with this issue number |
roji
added a commit
to roji/efcore
that referenced
this issue
Jun 4, 2024
Implements dotnet#25701 for primitive collections Implements dotnet#25700 for primitive collections Largely implements dotnet#25765 Fixes dotnet#33858
roji
added a commit
that referenced
this issue
Jun 5, 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-bug
query:
Sql we generate:
result:
The text was updated successfully, but these errors were encountered: