Skip to content

Commit

Permalink
Update docs/source/format/FlightSql.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
lidavidm authored Nov 1, 2023
1 parent af5a45b commit 7ff09ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/format/FlightSql.rst
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,8 @@ the ``type`` should be ``ClosePreparedStatement``).
schema of any data actually returned by executing the prepared
statement.

Some statements may have bind parameters without any specific type
type. (As a trivial example for SQL, consider ``SELECT ?``.) It is
Some statements may have bind parameters without any specific type.
(As a trivial example for SQL, consider ``SELECT ?``.) It is
not currently specified how this should be handled in the bind
parameter schema above. We suggest either using a union type to
enumerate the possible types, or using the NA (null) type as a
Expand Down

0 comments on commit 7ff09ad

Please sign in to comment.