Skip to content

Commit

Permalink
Fix inaccurate references to prepared statement header
Browse files Browse the repository at this point in the history
  • Loading branch information
colebow authored and martint committed Jun 1, 2022
1 parent e23e1c4 commit 011993f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/main/sphinx/develop/client-protocol.rst
Original file line number Diff line number Diff line change
Expand Up @@ -244,13 +244,13 @@ subsequent requests to be consistent with the response headers received.
in subsequent client requests.
* - ``X-Trino-Added-Prepare``
- Instructs the client to add the name=value pair to the set of
prepared statements in the ``X-Trino-Prepared-Statements``
prepared statements in the ``X-Trino-Prepared-Statement``
request header in subsequent client requests.
* - ``X-Trino-Deallocated-Prepare``
- Instructs the client to remove the prepared statement whose name
is the value of the ``X-Trino-Deallocated-Prepare`` header from
the client's list of prepared statements sent in the
``X-Trino-Prepared-Statements`` request header in subsequent client
``X-Trino-Prepared-Statement`` request header in subsequent client
requests.
* - ``X-Trino-Started-Transaction-Id``
- Provides the transaction ID that the client should pass back in the
Expand Down

0 comments on commit 011993f

Please sign in to comment.