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

Investigate member/method translations #1

Closed
5 tasks done
ErikEJ opened this issue Dec 7, 2022 · 2 comments
Closed
5 tasks done

Investigate member/method translations #1

ErikEJ opened this issue Dec 7, 2022 · 2 comments

Comments

@ErikEJ
Copy link
Owner

ErikEJ commented Dec 7, 2022

Look at the NodaTime plugin (for hooking up translators + tests)

DateOnly

  • Methods: AddYears(), AddMonths(), AddDays()
  • Members: Year, Month, Day
  • DateDiff Year, Month, Day

TimeOnly

  • Methods: AddHours(), AddMinutes()
  • Members: Hour, Minute, Second, Millisecond
@ErikEJ ErikEJ changed the title Investigate member translations Investigate member/method translations Dec 8, 2022
@ErikEJ ErikEJ closed this as completed Dec 9, 2022
@ErikEJ
Copy link
Owner Author

ErikEJ commented Dec 9, 2022

@roji FYI

@roji
Copy link

roji commented Dec 9, 2022

Great! If you want, you can also contribute the built-in SQL Server provider support once SqlClient 5.1 is out - it's probably largely a copy-paste of your work here...

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

No branches or pull requests

2 participants