-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
[connector-v1][doc]Fix inconsistency between document and code logic #2776
Conversation
The description of the document is a little vague, which makes it easy for users to step on it |
close #2742 |
docs/en/connector/sink/Jdbc.mdx
Outdated
|
||
if `customUpdateStmt` is empty ,the sql will auto-generate for all columns, else use your sql which refer to the usage of | ||
`INSERT INTO table (...) values (...) ON DUPLICATE KEY UPDATE... ` of `mysql` , use placeholders or fixed values in `values` | ||
tips: the tableName of sql should be consistent with the dbName. |
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.
What's the meaning of this? Do you mean that the table in sql statement should be consistent with dbTable
? If so, please describe it more clearly
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.
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.
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.
My mistake,I fix it.
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
…pache#2776) * fix connector-v1 jdbc doc exception Co-authored-by: laglangyue <laglanyue@foxmail.com>
Purpose of this pull request
#2742
Check list
New License Guide