Radovan Netuka created CAMEL-13305:
--------------------------------------
Summary: camel-sql cannot resolve nested simple expression
Key: CAMEL-13305
URL: https://issues.apache.org/jira/browse/CAMEL-13305
Project: Camel
Issue Type: Bug
Components: camel-sql
Reporter: Radovan Netuka
- camel-sql cannot resolve nested simple expression
- For example, `to("sql:insert into T_EXAMPLE values
(:#$\{header.header1[${header.CamelLoopIndex}][COLUMN_NAME1]})")` is resolved
as `insert into T_EXAMPLE values (?][COLUMN_NAME1]})` instead of `insert into
T_EXAMPLE values ( ? )}`. And database driver will generate a syntax error.
- FYI,
`.setHeader("header1",simple("$\{header.header1[${header.CamelLoopIndex}][COLUMN_NAME1]})"))`
is resolved correctly. So probably sql-camel cannot properly parse the range
of simple expression.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)