-
Notifications
You must be signed in to change notification settings - Fork 254
Sync to EF 10.0.0-preview.7.25352.2 #3558
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
Conversation
| SELECT c."CustomerID", c."Address", c."City", c."CompanyName", c."ContactName", c."ContactTitle", c."Country", c."Fax", c."Phone", c."PostalCode", c."Region" | ||
| FROM "Customers" AS c | ||
| WHERE c."Address" LIKE ANY (@collection) | ||
| WHERE EXISTS ( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
SQL regression (likely the pattern matching on our side needs to react to tree changes).
See other cases as well.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not changing the primitive collection translation strategy for now (#3269), so this isn't (yet) relevant.
No description provided.