tooz/releasenotes/notes/mysql-0.10.0-7660f75a1c57a920.yaml
Dmitry Tantsur d59b283440 Fix breakage with PyMySQL 0.10.0
In this version a Connection is no longer a context manager. Fix
it by simply getting a Cursor out of it (locks don't seem to
interact with transactions, at least according to MariaDB docs).

Change-Id: I5ea06ebd2b976465ff82f10a74e140f30e9e803f
2020-07-20 15:52:32 +02:00

5 lines
87 B
YAML

---
fixes:
- |
Fixes AttributeError in the ``mysql`` driver with PyMySQL 0.10.0.