You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2017/01/13 17:14:26 UTC

[jira] [Resolved] (CAMEL-10459) camel-elsql - option batch is not implemented in producer

     [ https://issues.apache.org/jira/browse/CAMEL-10459?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen resolved CAMEL-10459.
---------------------------------
       Resolution: Fixed
    Fix Version/s:     (was: Future)
                   2.19.0

Thanks for the PR

> 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
>            Assignee: onder sezgin
>            Priority: Minor
>             Fix For: 2.19.0
>
>
> 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)