kalencaya commented on issue #1829:
URL:
https://github.com/apache/incubator-seatunnel/issues/1829#issuecomment-1123210109
`insert into test(field1, field2, field3....) values (?,?,?...)` works with
`PreparedStatement` not users, `insert into test(field1, field2, field3....)
values (#{field1}, #{field2}, #{field2}, ...)` is more direct for user define
how fields update.
--
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]