We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f831840 commit d1f683bCopy full SHA for d1f683b
1 file changed
arrow-format/FlightSql.proto
@@ -1551,6 +1551,9 @@ message ActionCreatePreparedStatementResult {
1551
// schema of the expected parameters. It should be an IPC-encapsulated Schema, as described in Schema.fbs.
1552
bytes parameter_schema = 3;
1553
1554
+ // When set to true, the query should be executed with CommandPreparedStatementUpdate,
1555
+ // when set to false, the query should be executed with CommandPreparedStatementQuery.
1556
+ // If not set, the client can choose how to execute the query.
1557
optional bool is_update = 4;
1558
}
1559
0 commit comments