oscerd commented on a change in pull request #5301:
URL: https://github.com/apache/camel/pull/5301#discussion_r608730716



##########
File path: components/camel-sql/src/main/docs/sql-stored-component.adoc
##########
@@ -122,6 +122,7 @@ with the following path and query parameters:
 | *noop* (producer) | If set, will ignore the results of the template and use 
the existing IN message as the OUT message for the continuation of processing | 
false | boolean
 | *outputHeader* (producer) | Store the template result in a header instead of 
the message body. By default, outputHeader == null and the template result is 
stored in the message body, any existing content in the message body is 
discarded. If outputHeader is set, the value is used as the name of the header 
to store the template result and the original message body is preserved. |  | 
String
 | *useMessageBodyForTemplate* (producer) | Whether to use the message body as 
the template and then headers for parameters. If this option is enabled then 
the template in the uri is not used. | false | boolean
+| *queryTimeout* (producer) | Sets the query timeout property on statements 
used for query processing. This will be overridden by the remaining transaction 
timeout when executing within a transaction that has a timeout specified at the 
transaction level. | -1 | int

Review comment:
       You should remove this




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to