New camel component for SQL expressions
---------------------------------------
Key: CAMEL-319
URL: https://issues.apache.org/activemq/browse/CAMEL-319
Project: Apache Camel
Issue Type: New Feature
Reporter: Roman Kalukiewicz
Camel SQL component that lets to specify endpoints with sql expressions like:
from("sql:select a, b, c from d").to("sql:insert into t values :a, :c, :d");
Described in:
http://www.nabble.com/JdbcEndpoint---Consumer-to15183848s22882.html
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.