paleolimbot commented on issue #2809: URL: https://github.com/apache/arrow-adbc/issues/2809#issuecomment-2873111641
I think of database connections and statements as sort of inherently mutable things and `mut` nicely communicates that. Even things like GetOption sometimes execute queries in the current driver set. I probably missed the discussion there but is there a place in Rust where this needs to be not mutable to fit in to some framework? -- 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]
