Uploaded image for project: 'Camel'
  1. Camel
  2. CAMEL-10459

camel-elsql - option batch is not implemented in producer

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 2.18.0
    • 2.19.0
    • camel-elsql
    • None
    • 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

          Activity

            People

              onders Onder Sezgin
              tturek Tomas Turek
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: