lidavidm commented on issue #61:
URL: https://github.com/apache/arrow-adbc/issues/61#issuecomment-1214424587

   Right, and on the other hand, databases like SQLite have no reliable way to 
get the info. But APIs like JDBC, Python DBAPI, and Go's database API expose 
standard ways to get last inserted ID(s). I wasn't originally concerned with it 
since it feels like the 'wrong' use case to worry about so I'm fine ignoring it.
   
   I think what's being discussed here is basically to have the same things as 
DBI, and the `Query` you propose seems sufficient? I suppose a header-only 
library cannot provide an (overridable) convenience function, so `Query` would 
have to be a full-fledged API that can be stubbed by the driver manager.


-- 
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: issues-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to