idosilverwater-vast opened a new issue, #3853: URL: https://github.com/apache/arrow-adbc/issues/3853
### What would you like help with? In python's adbc-driver-manager there are two ways of setting `autocommit` in the `connect` method one is through the `conn_kwargs` the other is through `autocommit`. the first uses `set`Option _pre-init_ and the second uses a _post-init_ `setOption`. in general, i think a pre-init is preferable and the connect is able to use it. My question is why not? context: it doesn't hurt functionality but because `autocommit` can be set in two ways at the same time can sometimes cause unexpected behavior / be confusing. -- 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]
