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)