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

Update dependencies, add date truncation e2e tests #28

Merged
merged 5 commits into from
Jul 18, 2024
Merged

Conversation

slvrtrn
Copy link
Collaborator

@slvrtrn slvrtrn commented Jul 17, 2024

Apparently, the upper bound for the DateTime64(0) inserted via the driver is 2262-04-11 23:47:16 instead of 2299-12-31 23:59:59; otherwise, it is rolled over to 1900-01-01 00:00:00.

@slvrtrn slvrtrn changed the title Update go driver, add date truncation e2e tests Update dependencies add date truncation e2e tests Jul 17, 2024
@slvrtrn slvrtrn changed the title Update dependencies add date truncation e2e tests Update dependencies, add date truncation e2e tests Jul 17, 2024
@slvrtrn
Copy link
Collaborator Author

slvrtrn commented Jul 18, 2024

Currently, the max value for any DateTime64 is limited to 2262-04-11 23:47:16 in UTC, possibly due to this issue. I will update the destination once it is resolved on the driver side.

@slvrtrn slvrtrn merged commit 92d0819 into main Jul 18, 2024
1 check passed
@slvrtrn slvrtrn deleted the bump-go-driver branch July 18, 2024 14:30
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.

1 participant