Skip to content

Commit

Permalink
Update docs/src/main/sphinx/client/jdbc.md
Browse files Browse the repository at this point in the history
Co-authored-by: Manfred Moser <[email protected]>
  • Loading branch information
lpoulain and mosabua committed Oct 24, 2023
1 parent d55ab9c commit 1030a66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/sphinx/client/jdbc.md
Original file line number Diff line number Diff line change
Expand Up @@ -250,5 +250,5 @@ may not be specified using both methods.
- Defaults to `true`. When set to `false`, prepared statements are executed
calling a single `EXECUTE IMMEDIATE` query instead of the standard
`PREPARE <statement>` followed by `EXECUTE <statement>`. This reduces
network overhead and uses smaller HTTP headers but requires Trino 431 or
network overhead and uses smaller HTTP headers and requires Trino 431 or
greater.

0 comments on commit 1030a66

Please sign in to comment.