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
Describe the enhancement requested
PR #49498 added
is_updateas field to theActionCreatePreparedStatementResultprotobuf message informat/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_updatewhen 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