zeroshade commented on issue #3135: URL: https://github.com/apache/arrow-adbc/issues/3135#issuecomment-3063780398
This is intentional to prevent a cursor crashing later on if you attempt to use it after closing the connection. If you use the context manager (i.e. a python `with ` statement) it will handle closing the statement before the connection for you. -- 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