felipecrv commented on issue #2581:
URL: https://github.com/apache/arrow-adbc/issues/2581#issuecomment-2705250902

   > Does Rust not define constants and/or a higher level setter for this?
   
   There is a constant, but only now I found an example in the tests
   
   ```
       connection
           .set_option(OptionConnection::AutoCommit, "false".into())
           .unwrap();
   ```
   
   The value doesn't matter though. The Snowflake driver simply does not 
recognize the option.


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

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

Reply via email to