You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Devendra Khanolkar (JIRA)" <ji...@apache.org> on 2013/05/17 03:36:13 UTC

[jira] [Updated] (CAMEL-6157) Parametrized queries in JDBC component

     [ https://issues.apache.org/jira/browse/CAMEL-6157?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Devendra Khanolkar updated CAMEL-6157:
--------------------------------------

    Attachment: JdbcParameterizedQueryTest.java

Gents, Can you pls review the test case? I can have a crack at this feature.

Thanks
-Dev
                
> Parametrized queries in JDBC component
> --------------------------------------
>
>                 Key: CAMEL-6157
>                 URL: https://issues.apache.org/jira/browse/CAMEL-6157
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-jdbc
>            Reporter: Henryk Konsek
>             Fix For: Future
>
>         Attachments: JdbcParameterizedQueryTest.java
>
>
> Juan pointed that currently it is difficult to create SQL-injection safe query with JDBC component. We could provide option to send query parameters via message header.
> {code}
> from("direct:sql").to("jdbc:testDB");
> ...
> producerTemplate.sendBodyAndHeader("direct:sql", "JDBC_PARAMETERS", "fooValue", "insert into foo values (?)");
> {code}
> [1] http://camel.465427.n5.nabble.com/Dinamyc-SQL-with-arguments-tp5729003.html

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira