[ 
https://issues.apache.org/jira/browse/CAMEL-10459?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15821873#comment-15821873
 ] 

ASF GitHub Bot commented on CAMEL-10459:
----------------------------------------

GitHub user onders86 opened a pull request:

    https://github.com/apache/camel/pull/1399

    CAMEL-10459 - batch option implementation

    simple implementation

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/onders86/camel CAMEL-10459

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/camel/pull/1399.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1399
    
----
commit c8fbd006764c0c52c91ba29cca3d1397406a4413
Author: onders86 <ondersez...@gmail.com>
Date:   2017-01-13T14:39:40Z

    CAMEL-10459 - batch option implementation
    
    simple implementation

----


> 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: 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)

Reply via email to