krlmlr commented on issue #61: URL: https://github.com/apache/arrow-adbc/issues/61#issuecomment-1226765739
For the record, SQLite now also has `RETURNING`: https://www.sqlite.org/lang_returning.html . I'm in favor of descoping "last inserted ID" for now. How is the caller supposed to know the size of the `void* out` buffer? Should it be `void** out` instead? I suspect the type of `out` depends on `output_type`? Would it be worth having separate methods per output type? -- 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]
