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.
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
optimize: support oracle date types #4542
optimize: support oracle date types #4542
Changes from 61 commits
dd38eae
1d2bce2
7dde6f4
6c2d330
9c41301
a772160
806f812
edac1e4
143cf18
ff833d1
85b66ec
1429677
c6970e6
75e2b68
02fa91b
3c2c268
ce9886a
0572e16
dbb4376
dcceeff
19bf5a6
db243ec
5c68d2c
bc04c40
2b7edb3
db0326c
ee798d4
348a0a2
c4993fc
4328c07
bf62829
6c87f34
1c7b8f7
82580c7
e6f8194
8e3fa32
f663515
4899fa8
3d9b17c
4baba76
7bba2bb
575c879
e917094
ac85f0e
d6ee786
0dbad8b
08a0347
8ecea26
20e9318
770bb77
3811a43
5dd5f4d
bf319cc
5dac2cc
f35e745
76007c7
e435219
6f35f45
826c4e1
ae59a06
a24f18c
098ddc8
b6184eb
8025cbf
c9fb36c
9e16549
922df89
239c709
b740f8a
757ae77
7291166
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
how to ensure all the
zone id
in theZONE_ID_MAP
?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
具体解决办法:1维护常用的时区,其他时区通过在配置文件中配置,实时读取相关配置
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We first add the commonly used time zones, the remaining open interface allows users to manually add their own, 1. api way to add time zones 2. configuration file to add time zones , both options should be supported
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@slievrly