INT-4329: Fix JDBC [IMPORTANT] Block

JIRA: https://jira.spring.io/browse/INT-4329

Block wasn't closed.
This commit is contained in:
Gary Russell
2017-08-15 13:07:10 -04:00
parent 0a1306cd1b
commit a1abae03a4

View File

@@ -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.