d59b283440
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
5 lines
87 B
YAML
5 lines
87 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Fixes AttributeError in the ``mysql`` driver with PyMySQL 0.10.0.
|