Translate DateTimeOffset.ToUnixTime[Seconds|Milliseconds] - #28978
Merged
Conversation
roji
previously requested changes
Sep 4, 2022
roji
left a comment
Member
There was a problem hiding this comment.
See also SQLite test failures, you probably need to implement those tests and assert on them failing (unless there's a translation on SQLite as well).
Contributor
|
Marked as |
smitpatel
reviewed
Sep 7, 2022
smitpatel
reviewed
Sep 7, 2022
smitpatel
reviewed
Sep 7, 2022
Contributor
|
Cosmos has |
Member
|
Converting to draft for now as we're not merging this for 7.0. |
roji
marked this pull request as draft
September 7, 2022 06:43
bricelam
reviewed
Sep 7, 2022
Marusyk
commented
Sep 11, 2022
bricelam
reviewed
Sep 14, 2022
Member
Author
|
Can I mark it "ready for review"? |
bricelam
marked this pull request as ready for review
December 9, 2022 21:27
bricelam
force-pushed
the
rmarusyk/28925
branch
from
March 20, 2023 18:51
39d9a30 to
e1b3468
Compare
bricelam
added a commit
to Marusyk/efcore
that referenced
this pull request
Mar 20, 2023
Contributor
|
Rebased, removed SQLite translations, and propagated the type mapping from |
bricelam
approved these changes
Mar 20, 2023
bricelam
added a commit
to Marusyk/efcore
that referenced
this pull request
Mar 21, 2023
bricelam
force-pushed
the
rmarusyk/28925
branch
from
March 21, 2023 17:00
e1b3468 to
22d4490
Compare
bricelam
force-pushed
the
rmarusyk/28925
branch
from
March 30, 2023 16:35
22d4490 to
72ab932
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added translation for
DateTimeOffset.ToUnixTime[Seconds|Milliseconds]Fixes #28925
Could anyone help me improve the tests?
Thank you in advance