From 03a3bbb65f40ebb98163f51feb087a04b27921a5 Mon Sep 17 00:00:00 2001 From: Gary Russell Date: Mon, 30 Jul 2018 14:08:55 -0400 Subject: [PATCH] More JDBC doc fixes --- src/reference/asciidoc/jdbc.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/reference/asciidoc/jdbc.adoc b/src/reference/asciidoc/jdbc.adoc index 7492286790..87187d6e26 100644 --- a/src/reference/asciidoc/jdbc.adoc +++ b/src/reference/asciidoc/jdbc.adoc @@ -822,7 +822,7 @@ If the stored procedure or function does not return any data, the payload of the Required. <2> If this attribute is set to `true`, all results from a stored procedure call that do not have a corresponding `SqlOutParameter` declaration are bypassed. For example, stored procedures can return an update count value, even though your stored procedure declared only a single result parameter. -The exact behavior depends on the used database. +The exact behavior depends on the database implementation. The value is set on the underlying `JdbcTemplate`. The value defaults to `true`. Optional.