[GitHub] [arrow-adbc] krlmlr commented on issue #61: [Format] Simplify Execute and Query interface

2022-08-14 Thread GitBox
krlmlr commented on issue #61: URL: https://github.com/apache/arrow-adbc/issues/61#issuecomment-1214423568 Last inserted IDs (or the results of computed columns in general, for that matter) can be obtained with the `RETURNING` syntax for most databases, SQL Server has `OUTPUT` . This seems

[GitHub] [arrow-adbc] krlmlr commented on issue #61: [Format] Simplify Execute and Query interface

2022-08-14 Thread GitBox
krlmlr commented on issue #61: URL: https://github.com/apache/arrow-adbc/issues/61#issuecomment-1214402390 Just to be sure we're on the same page: - a "query" is a single SQL string that can return a result set but doesn't have to - a "statement" is the result of preparing an SQL s