zeroshade opened a new pull request, #97: URL: https://github.com/apache/arrow-adbc/pull/97
Here's my first shot at creating the wrapper. After this I'll look into actually creating an implementation to write tests with. However, I did come across one thing: There are `Commit` and `Rollback` methods for a connection, but there's nothing to actually *begin* a transaction. Nor anything specific for defining transaction options such as Isolation level or Read-Only etc. For Go's `sql` package there needs to be a `BeginTx` method on a connection which also shouldn't require creating a new connection (ie: start a new connection with autocommit turned off?) So i'm not sure of the best way to implement this in the current framework we have. -- 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]
