Details
-
Bug
-
Status: Closed (View Workflow)
-
Trivial
-
Resolution: Fixed
-
1.0.4
-
None
Description
The unit test suite generates a warning in test_cursor.py line 322: "DeprecationWarning: builtin type Row has no _module_ attribute
This is caused by #17941: Since Python 3.6 the sequence description of a sequence type should contain the module name:
Instead of "Row" the sequence description must be "mariadb.Row".