amoeba commented on issue #3135: URL: https://github.com/apache/arrow-adbc/issues/3135#issuecomment-3064073217
@zeroshade it seems to me like ADBC's DBAPI implementation is more strict than [the spec](https://peps.python.org/pep-0249/#connection-methods) so I wonder if this is something that should change? The spec could be clearer but it seems to say that closing a connection with non-closed cursor can succeed but any use of the cursor (or connection) should raise an error. So it would seem the above ADBC error is maybe overhelpful. -- 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