Skip to content

Commit 03a3bbb

Browse files
committed
More JDBC doc fixes
1 parent e2daca7 commit 03a3bbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/reference/asciidoc/jdbc.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -822,7 +822,7 @@ If the stored procedure or function does not return any data, the payload of the
822822
Required.
823823
<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.
824824
For example, stored procedures can return an update count value, even though your stored procedure declared only a single result parameter.
825-
The exact behavior depends on the used database.
825+
The exact behavior depends on the database implementation.
826826
The value is set on the underlying `JdbcTemplate`.
827827
The value defaults to `true`.
828828
Optional.

0 commit comments

Comments
 (0)