Details
-
Type:
Improvement
-
Status: Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.18.0
-
Fix Version/s: 2.19.0
-
Component/s: camel-elsql
-
Labels:None
-
Estimated Complexity:Novice
Description
Option batch which should enable support for SQL batch update statements is not working.
Route:
<route> <from uri="direct:batch"/> <to uri="elsql:insert?batch=true"/> <to uri="mock:batch"/> </route>
ElSql:
@NAME(insert)
INSERT INTO projects (id, project, license)
VALUES (:id, :project, :license)
Attachments
Issue Links
- links to