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

Implement DateOnly/TimeOnly support for Sqlite #24989

Merged
merged 1 commit into from
Jun 15, 2021
Merged

Implement DateOnly/TimeOnly support for Sqlite #24989

merged 1 commit into from
Jun 15, 2021

Conversation

roji
Copy link
Member

@roji roji commented May 27, 2021

Closes #24506

Note: this doesn't add translations for TimeOnly, since none exist for TimeSpan at the moment (and some Sqlite magic needs to be done). Both can be done together as part of #18844.

@roji roji requested a review from bricelam May 27, 2021 16:18
src/EFCore/EFCore.csproj Outdated Show resolved Hide resolved
@roji
Copy link
Member Author

roji commented May 28, 2021

@bricelam made all the changes, can you take a final quick look?

@roji roji force-pushed the DateTimeOnly branch 3 times, most recently from 14f66e9 to a5f75b1 Compare May 28, 2021 16:32
@roji
Copy link
Member Author

roji commented May 28, 2021

Why does the build hate me so much

@roji roji force-pushed the DateTimeOnly branch 3 times, most recently from 139f72f to 9dfa171 Compare June 10, 2021 09:45
@roji
Copy link
Member Author

roji commented Jun 10, 2021

@bricelam (@smitpatel) have squashed and rebased this for net6.0, and cleaned up. In case you want to do a final review.

@roji roji merged commit f6b109b into main Jun 15, 2021
@roji roji deleted the DateTimeOnly branch June 15, 2021 17:44
@roji
Copy link
Member Author

roji commented Jun 15, 2021

Thanks @bricelam

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

Successfully merging this pull request may close these issues.

Support the new BCL DateOnly and TimeOnly structs for Sqlite
3 participants