Skip to content
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

Query: Add regression test for #23784 #25855

Merged
merged 1 commit into from
Sep 7, 2021
Merged

Query: Add regression test for #23784 #25855

merged 1 commit into from
Sep 7, 2021

Conversation

smitpatel
Copy link
Contributor

Resolves #23784

@smitpatel smitpatel requested a review from a team September 2, 2021 22:34
@@ -1823,6 +1823,11 @@ public override Task Regex_IsMatch_MethodCall_constant_input(bool async)
return AssertTranslationFailed(() => base.Regex_IsMatch_MethodCall_constant_input(async));
}

public override Task Datetime_subtraction_TotalDays(bool async)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do that in relational instead of individual providers?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Depends on provider no?, npgsql can actually translate things like this using interval. cc: @roji

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.

No coercion operator is defined between types 'System.DateTime' and 'System.Nullable`1[System.TimeSpan]'
2 participants