Andrea Evangelista created CAMEL-18157:
------------------------------------------
Summary: camel-jdbc - The settings provided by the query parameter
"parameters" are ignored
Key: CAMEL-18157
URL: https://issues.apache.org/jira/browse/CAMEL-18157
Project: Camel
Issue Type: Bug
Components: camel-jdbc
Reporter: Andrea Evangelista
The settings provided by the query parameter "parameters" are ignored when
*useHeadersAsParameters* is true.
Example:
jdbc:xxxxx?{*}useHeadersAsParameters=true{*}&statement.fetchSize=100&outputType=StreamList&resetAutoCommit=false
In this specific case *statement.fetchSize=100* will be ignored and all the row
will be fetched in memory for and sql query like this one:
SELECT * from MY-BIG-TABLE
--
This message was sent by Atlassian Jira
(v8.20.7#820007)