Go Flight SQL driver - Allow execution of prepared update queries in Statement.ExecuteQuery() using is_update field in ActionCreatePreparedStatementResult
Open
Type: enhancement
- Dominant language
- C#
- Stars
- 627
- Forks
- 217
- Avg merge
- 17h
- Merged PRs (30d)
- 57
Description
### What feature or improvement would you like to see?
Following the [discussion in the mailing list](https://lists.apache.org/thread/88msflnwkkw8t81czs2ndqhkn1fb1pxd), `Statement.ExecuteQuery()` should decide, based on a new `is_update` field in `ActionCreatePreparedStatementResult`, whether to execute the query using `CommandPreparedStatementUpdate` or `CommandPreparedStatementQuery`. This change should be propagated to the Python Flight SQL driver in `cursor.execute()`
Contributor guide
Assessment
This issue has not been assessed yet.