[
https://issues.apache.org/jira/browse/CAMEL-7455?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14017676#comment-14017676
]
ASF GitHub Bot commented on CAMEL-7455:
---------------------------------------
GitHub user adessaigne opened a pull request:
https://github.com/apache/camel/pull/169
CAMEL-7455 supporting body in sql component
This pull request supports the `:#${property.foo}` notation and evaluates
it as a Simple expression
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/adessaigne/camel CAMEL-7455
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/camel/pull/169.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #169
----
commit 8c7ef91006477ed1a9256b8de795a85a25c8d984
Author: Antoine DESSAIGNE <[email protected]>
Date: 2014-06-04T13:01:58Z
CAMEL-7455 supporting body in sql component
----
> supporting body in sql component
> --------------------------------
>
> Key: CAMEL-7455
> URL: https://issues.apache.org/jira/browse/CAMEL-7455
> Project: Camel
> Issue Type: New Feature
> Components: camel-sql
> Affects Versions: 2.13.0
> Reporter: Poyan Gerami
> Priority: Minor
>
> Adding support for sending the body as one sql parameter:
> Answer from Claus in mailing list:
> Yeah for a single parameter, or just to refer to the body as is, or to
> allow using simple expressions, we could maybe look at adding support
> for that to the sql component,
> so eg :#body just refers to the body itself
> Or allow doing :#${body} and have a simple expression available, that
> gives you a bit more power.
> Though support for :#body is likely the easiest at first.
--
This message was sent by Atlassian JIRA
(v6.2#6252)