-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
[feature][jdbc] Jdbc database support identifier #5089
Conversation
|
||
Option<String> FIELD_IDE = | ||
Options.key("field_ide") | ||
.stringType() |
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 support enum type, please use it.
} | ||
|
||
@Override | ||
public String quoteIdentifier(String identifier) { |
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.
Please add test case for this new feature.
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.
Done! e2e has been added
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.
Do we need to add this in the jdbc doc?
Related documents need to be updated |
Done ! |
Done! |
3743fe1
to
d85bd63
Compare
Purpose of this pull request
Check list
New License Guide
release-note
.