amoeba commented on code in PR #3810:
URL: https://github.com/apache/arrow-adbc/pull/3810#discussion_r2621485041


##########
python/adbc_driver_manager/adbc_driver_manager/dbapi.py:
##########
@@ -364,6 +366,8 @@ def close(self) -> None:
         """
         Close the connection.
 
+        This will also close any open cursors associated with this connection.

Review Comment:
   ```suggestion
           Notes
           -----
           This will also close any open cursors associated with this 
connection.
   ```



-- 
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]

Reply via email to