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

CSHARP-5340: Test encoding dates after year 9999 with Relaxed Extended… #1651

Merged
merged 2 commits into from
Apr 1, 2025

Conversation

papafe
Copy link
Contributor

@papafe papafe commented Mar 28, 2025

… JSON

@papafe papafe requested a review from a team as a code owner March 28, 2025 14:53
@papafe papafe requested review from JamesKovacs and adelinowona and removed request for a team and JamesKovacs March 28, 2025 14:53
@papafe papafe changed the title CSHARP5340: Test encoding dates after year 9999 with Relaxed Extended… CSHARP-5340: Test encoding dates after year 9999 with Relaxed Extended… Mar 28, 2025
@@ -24,7 +24,8 @@
{
"description" : "Y10K",
"canonical_bson" : "1000000009610000DC1FD277E6000000",
"canonical_extjson" : "{\"a\":{\"$date\":{\"$numberLong\":\"253402300800000\"}}}"
"canonical_extjson" : "{\"a\":{\"$date\":{\"$numberLong\":\"253402300800000\"}}}",
"relaxed_extjson" : "{\"a\":{\"$date\":{\"$numberLong\":\"253402300800000\"}}}"
Copy link
Contributor

@adelinowona adelinowona Mar 31, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would say to move this "relaxed_extjson" up one so that the changes match the changes from the spec.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good eye!

@papafe papafe requested a review from adelinowona April 1, 2025 08:17
@papafe papafe added the chore Label to hide PR from generated Release Notes label Apr 1, 2025
Copy link
Contributor

@adelinowona adelinowona left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@papafe papafe merged commit c71ca1e into mongodb:main Apr 1, 2025
26 of 30 checks passed
@papafe papafe deleted the csharp5340 branch April 1, 2025 15:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Label to hide PR from generated Release Notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants