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()
What feature or improvement would you like to see?
Following the discussion in the mailing list,
Statement.ExecuteQuery()should decide, based on a newis_updatefield inActionCreatePreparedStatementResult, whether to execute the query usingCommandPreparedStatementUpdateorCommandPreparedStatementQuery. This change should be propagated to the Python Flight SQL driver incursor.execute()