zeroshade commented on issue #395:
URL: https://github.com/apache/arrow-adbc/issues/395#issuecomment-3373143435

   `adbc.connection.autocommit` is a Connection option, not a Database option, 
that would be the issue. You need to Set it onto the connection object.
   
   As for the transactions, it looks like we never updated the `sqldriver` 
package for using `database/sql` with the transaction support we added. I'll 
take a look at fixing that!


-- 
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]

Reply via email to