Skip to content

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

@ennuite

Description

@ennuite

What feature or improvement would you like to see?

Following the discussion in the mailing list, 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()

Metadata

Metadata

Assignees

Labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions