apache / apache/arrow-adbc

Go Flight SQL driver - Allow execution of prepared update queries in Statement.ExecuteQuery() using is_update field in ActionCreatePreparedStatementResult

Open
#4,074 2 comments 0 reactions 1 assignee Claimed by @ennuite View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.