laglangyue commented on code in PR #2776: URL: https://github.com/apache/incubator-seatunnel/pull/2776#discussion_r973713977
########## docs/en/connector/sink/Jdbc.mdx: ########## @@ -75,9 +75,9 @@ The transaction isolation level, which applies to current connection. The defaul ### customUpdateStmt [string] Configure when `saveMode` is specified as `update` , which is used to specify the update statement template for key conflicts - -Refer to the usage of `INSERT INTO table (...) values (...) ON DUPLICATE KEY UPDATE... ` of `mysql` , use placeholders or fixed values in `values` - +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. Review Comment: My mistake,I fix it. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
