Skip to content

[FlightSQL][C++] Expose is_update field of PreparedStatement #51114

Description

@ennuite

Describe the enhancement requested

PR #49498 added is_update as field to the ActionCreatePreparedStatementResult protobuf message in format/FlightSql.proto. However, the C++ high-level wrapper layer has not been updated to expose this field.

This enhancement is aimed at allowing C++ Flight SQL server implementors to set is_update when creating a prepared statement, and C++ clients to read it. It does not contemplate the ODBC driver (see #51115 for that).

This is the C++ analogue of apache/arrow-go#705

Component(s)

FlightRPC, C++

Related

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions