Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 064C2200BCB for ; Wed, 9 Nov 2016 11:33:00 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 0325D160AEE; Wed, 9 Nov 2016 10:33:00 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 7A2BC160AFD for ; Wed, 9 Nov 2016 11:32:59 +0100 (CET) Received: (qmail 79605 invoked by uid 500); 9 Nov 2016 10:32:58 -0000 Mailing-List: contact issues-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list issues@camel.apache.org Received: (qmail 79570 invoked by uid 99); 9 Nov 2016 10:32:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Nov 2016 10:32:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 7176D2C2A66 for ; Wed, 9 Nov 2016 10:32:58 +0000 (UTC) Date: Wed, 9 Nov 2016 10:32:58 +0000 (UTC) From: "Claus Ibsen (JIRA)" To: issues@camel.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (CAMEL-10459) camel-elsql - option batch is not implemented in producer MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 09 Nov 2016 10:33:00 -0000 [ https://issues.apache.org/jira/browse/CAMEL-10459?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen updated CAMEL-10459: -------------------------------- Estimated Complexity: Novice (was: Unknown) > 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 > Priority: Minor > Fix For: Future > > > Option {{batch}} which should enable support for SQL batch update statements is not working. > Route: > {code} > > > > > > {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)