Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Trivial
-
Resolution: Fixed
-
Affects Version/s: 1.0.4
-
Fix Version/s: 1.0.5
-
Component/s: Generic
-
Labels: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".