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

There is no check for timestamp range boundaries. #17

Open
Tim-Ur opened this issue Apr 26, 2024 · 1 comment
Open

There is no check for timestamp range boundaries. #17

Tim-Ur opened this issue Apr 26, 2024 · 1 comment

Comments

@Tim-Ur
Copy link

Tim-Ur commented Apr 26, 2024

select '2262-04-11 23:47:16.854775807 +0000'::timestamp9;

returns: 2262-04-11 23:47:16.854775807 +0000

select '2262-04-11 23:47:16.854775808 +0000'::timestamp9;

returns: 1677-09-21 00:12:43.145224192 +0000

@higuoxing
Copy link
Contributor

Can this pull-request resolve your problem? #13

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

No branches or pull requests

2 participants