ywc88 opened a new pull request, #1179:
URL: https://github.com/apache/arrow-adbc/pull/1179

   Fixes #1145 
   
   If we prefer consistency with the stream case for # of rows affected instead 
of the actual # of rows affected, we can change this line:
   ```
   *rows_affected = sqlite3_changes(stmt->conn);
   ```
   
   to be:
   ```
   *rows_affected = -1;
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to