-
Notifications
You must be signed in to change notification settings - Fork 763
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
feat: date/timestamp bound check #5054
Conversation
Signed-off-by: Veeupup <code@tanweime.com>
Signed-off-by: Veeupup <code@tanweime.com>
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Ignored Deployment
|
Thanks for the contribution! Please review the labels and make any necessary changes. |
Signed-off-by: Veeupup <code@tanweime.com>
Signed-off-by: Veeupup <code@tanweime.com>
d2cc806
to
5ad99f8
Compare
Hmm, we also need bound checks for datetime functions, like |
@BohuTANG yes, it has been done and some stateless-test has been added. |
Signed-off-by: Veeupup <code@tanweime.com>
5ad99f8
to
a4c2671
Compare
I hereby agree to the terms of the CLA available at: https://databend.rs/dev/policies/cla/
Summary
date/timestamp bound check
1000-01-01
to9999-12-31
1000-01-01 00:00:00
to9999-12-31 23:59:59
Changelog
Related Issues
Fixes #4874