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

Add DateOnly/TimeOnly mapping support #1642

Closed
ErikEJ opened this issue Jan 3, 2023 · 6 comments
Closed

Add DateOnly/TimeOnly mapping support #1642

ErikEJ opened this issue Jan 3, 2023 · 6 comments
Labels
enhancement New feature or request reveng

Comments

@ErikEJ
Copy link
Owner

ErikEJ commented Jan 3, 2023

No description provided.

@IanKemp
Copy link

IanKemp commented Jun 13, 2023

@ErikEJ is this dependent on the version of EF Core being used, i.e. will this only work with EF Core 8? Or is it possible to use this with downlevel EF Core versions e.g. v6, as long as you're generating for .NET 6+?

@ErikEJ
Copy link
Owner Author

ErikEJ commented Jun 13, 2023

@IanKemp Works with EF Core 6 and 7

@IanKemp
Copy link

IanKemp commented Jun 13, 2023

And I assume I'll also need MS.Data.SqlClient 5.1.0 or newer for the support that you merged into it for DateOnly and TimeOnly?

@ErikEJ
Copy link
Owner Author

ErikEJ commented Jun 13, 2023

You just need my package as mentioned in the wiki. (It will pull in the correct M.D.S. version)

@IanKemp
Copy link

IanKemp commented Jun 13, 2023

You just need my package as mentioned in the wiki. (It will pull in the correct M.D.S. version)

This one?

@ErikEJ
Copy link
Owner Author

ErikEJ commented Jun 13, 2023

@IanKemp Correct!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request reveng
Projects
None yet
Development

No branches or pull requests

2 participants