[
https://issues.apache.org/jira/browse/CAMEL-10459?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15650582#comment-15650582
]
Claus Ibsen commented on CAMEL-10459:
-------------------------------------
Contributions is welcome to implement this
> camel-elsql - option batch is not implemented in producer
> ---------------------------------------------------------
>
> Key: CAMEL-10459
> URL: https://issues.apache.org/jira/browse/CAMEL-10459
> Project: Camel
> Issue Type: Improvement
> Components: camel-elsql
> Affects Versions: 2.18.0
> Reporter: Tomas Turek
> Priority: Minor
> Fix For: Future
>
>
> Option {{batch}} which should enable support for SQL batch update statements
> is not working.
> Route:
> {code}
> <route>
> <from uri="direct:batch"/>
> <to uri="elsql:insert?batch=true"/>
> <to uri="mock:batch"/>
> </route>
> {code}
> ElSql:
> {code}
> @NAME(insert)
> INSERT INTO projects (id, project, license)
> VALUES (:id, :project, :license)
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)