mirror of
https://github.com/mariadb-corporation/mariadb-connector-python.git
synced 2025-08-11 02:43:15 +00:00

Implemented __enter__() and __exit__() methods for with statement (PEP-343). These methods are available now for connection and cursor class.