From a1abae03a414b31402b2bbb5f6cdc2c33f6189da Mon Sep 17 00:00:00 2001 From: Gary Russell Date: Tue, 15 Aug 2017 13:07:10 -0400 Subject: [PATCH] INT-4329: Fix JDBC [IMPORTANT] Block JIRA: https://jira.spring.io/browse/INT-4329 Block wasn't closed. --- src/reference/asciidoc/jdbc.adoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/reference/asciidoc/jdbc.adoc b/src/reference/asciidoc/jdbc.adoc index af5492b658..e984ab568f 100644 --- a/src/reference/asciidoc/jdbc.adoc +++ b/src/reference/asciidoc/jdbc.adoc @@ -275,10 +275,11 @@ The reply message is then generated from the result, like the inbound adapter, a ---- [IMPORTANT] -===== +==== By default the component for the SELECT query returns only one, first row from the cursor. This can be adjusted with the `max-rows-per-poll` option. Consider to specify `max-rows-per-poll="0"` if you need to return all the rows from the SELECT. +==== As with the channel adapters, there is also the option to provide `SqlParameterSourceFactory` instances for request and reply. The default is the same as for the outbound adapter, so the request message is available as the root of an expression.