hannes opened a new issue, #79: URL: https://github.com/apache/arrow-adbc/issues/79
`AdbcStatementExecuteUpdate` can set `rows_affected`, which is a bit ancient given that most SQL systems support the `RETURNING` clause now, which makes the separation between `ExecuteQuery` and `ExecuteUpdate` redundant. I propose to have only one method to run a query, possibly along with allowing the `out` to be `nullptr` in `AdbcStatementExecuteQuery`. `rows_affected` should be removed. -- 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]
