You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Tomas Turek (JIRA)" <ji...@apache.org> on 2016/11/09 10:14:58 UTC

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

Tomas Turek created CAMEL-10459:
-----------------------------------

             Summary: 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: Bug
          Components: camel-elsql
    Affects Versions: 2.18.0
            Reporter: Tomas Turek


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)