-
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
Support client evaluation when store evaluation is not appropriate #10265
Comments
Additional note from #10198: .NET ordering of GUIDs is different from SQL Server ordering of GUIDs. |
Notes from triage:
Base on this, we will not build any of this explicitly into value converters and we are moving this issue to the backlog to consider it holistically in a future release. |
Also consider #10534. |
Note for triage: TL;DR: Maybe it is just me, but it seems this issue has become too general and it includes some things we should keep in mind for 3.0. Removing it from the backlog milestone so that we can char about it in triage. Some of the things I have seen linked to this issue:
|
Added reference to this issue from guiding principles (#12795) issue. |
This would require from input from TypeMapping on ordering, (which should also take care of converters). For now, I believe query should treat them as if they are correct ordering with warning perhaps. |
Notes from planning:
|
This has come up a lot with discussion of value conversions (#242) but is also an issue with the SQLite ADO.NET provider (e.g. #10249 and #10198) and will be an issue for Oracle since it has a limited number of column types just like SQLite.
Things to consider:
Things we could do:
The text was updated successfully, but these errors were encountered: