-
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
SQLite: Client-eval OrderBy() on DateTimeOffset, decimal, TimeSpan & ulong #11925
Comments
Triage: yes, do it for order-by. |
Presently SqlTranslatingExpressionVisitor does not have information about it is translating OrderBy terms. It would be breaking change to introduce it. |
Possible duplicate of #10265 |
@smitpatel Are Average, Max, Min, and Sum regressed in 3.0? If not, I think we can punt this. |
Aggregate are not blocked right now. It can be done once we refactor for GroupBy aggregate support. |
Clearing up milestone so we can decide what to do in triage. |
And TimeSpan OrderBy still does not work |
@Ignatella Please file a new issue and attach a small, runnable project or post a small, runnable code listing that reproduces what you are seeing so that we can investigate. |
@Ignatella After #18844, you could do |
#11889 updates
<
,<=
,>
,>=
, MIN & MAX to client-eval on these types. Should we do the same forORDER BY
?The text was updated successfully, but these errors were encountered: