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

Translate DegreesToRadians #30926

Closed
bricelam opened this issue May 18, 2023 · 2 comments · Fixed by #31301
Closed

Translate DegreesToRadians #30926

bricelam opened this issue May 18, 2023 · 2 comments · Fixed by #31301
Assignees
Labels
area-query closed-fixed The issue has been fixed and is/will be included in the release indicated by the issue milestone. type-enhancement
Milestone

Comments

@bricelam
Copy link
Contributor

Once dotnet/runtime#86402 is available (and we target that version of .NET), we should translate those methods to SQL.

.NET RadiansToDegrees DegreesToRadians
SQL Server DEGREES RADIANS
Cosmos DEGREES RADIANS
SQLite degrees radians
PostgreSQL degrees radians
MySQL DEGREES RADIANS
Db2 DEGREES RADIANS
@ajcvickers ajcvickers added this to the Backlog milestone May 24, 2023
bricelam added a commit to bricelam/efcore that referenced this issue Jul 18, 2023
bricelam added a commit to bricelam/efcore that referenced this issue Jul 18, 2023
@bricelam bricelam removed the blocked label Jul 18, 2023
@bricelam bricelam self-assigned this Jul 18, 2023
@bricelam bricelam added the closed-fixed The issue has been fixed and is/will be included in the release indicated by the issue milestone. label Jul 18, 2023
bricelam added a commit to bricelam/efcore that referenced this issue Jul 18, 2023
@bricelam bricelam modified the milestones: Backlog, 8.0.0-rc1 Jul 19, 2023
@ErikEJ
Copy link
Contributor

ErikEJ commented Jul 19, 2023

@bricelam Gentle reminder to get this documented 😄

@bricelam
Copy link
Contributor Author

Yep, I usually do all the new method/member translators in one big pass around RC1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-query closed-fixed The issue has been fixed and is/will be included in the release indicated by the issue milestone. type-enhancement
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants